Changed: Removed status bar

This commit is contained in:
kervala 2016-05-25 23:25:10 +02:00
parent ffc3171ccd
commit 59889aae88
3 changed files with 1 additions and 12 deletions

View file

@ -26,7 +26,7 @@
#define new DEBUG_NEW #define new DEBUG_NEW
#endif #endif
CMainWindow::CMainWindow():QMainWindow(), m_statusLabel(NULL) CMainWindow::CMainWindow():QMainWindow()
{ {
setupUi(this); setupUi(this);
@ -47,10 +47,6 @@ CMainWindow::CMainWindow():QMainWindow(), m_statusLabel(NULL)
connect(profilesComboBox, SIGNAL(currentIndexChanged(int)), SLOT(onProfileChanged(int))); connect(profilesComboBox, SIGNAL(currentIndexChanged(int)), SLOT(onProfileChanged(int)));
m_statusLabel = new QLabel();
statusBar()->addWidget(m_statusLabel);
updateProfiles(); updateProfiles();
} }

View file

@ -57,8 +57,6 @@ protected:
QWinTaskbarButton *m_button; QWinTaskbarButton *m_button;
CDownloader *m_downloader; CDownloader *m_downloader;
QLabel *m_statusLabel;
}; };
#endif #endif

View file

@ -130,11 +130,6 @@ p, li { white-space: pre-wrap; }
<addaction name="menu_File"/> <addaction name="menu_File"/>
<addaction name="menu_Help"/> <addaction name="menu_Help"/>
</widget> </widget>
<widget class="QStatusBar" name="statusbar">
<property name="sizeGripEnabled">
<bool>false</bool>
</property>
</widget>
<action name="actionAboutQt"> <action name="actionAboutQt">
<property name="text"> <property name="text">
<string>About Qt</string> <string>About Qt</string>