Remove MainWindow ui form
This commit is contained in:
parent
e5ef84617c
commit
a568d60cef
4 changed files with 12 additions and 56 deletions
|
|
@ -30,11 +30,6 @@
|
|||
#include "SlidingStackWidget.h"
|
||||
#include "WelcomePage.h"
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
class MainWindow;
|
||||
}
|
||||
|
||||
class MainWindow : public QMainWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
|
|
@ -59,9 +54,6 @@ private slots:
|
|||
void removeOverlayProgressBar();
|
||||
|
||||
private:
|
||||
// The UI component of the main window.
|
||||
Ui::MainWindow *ui_;
|
||||
|
||||
// The initial welcome screen.
|
||||
WelcomePage *welcome_page_;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue