Changed: Removed status bar

--HG--
branch : develop
This commit is contained in:
kervala 2016-05-25 23:25:10 +02:00
parent b861dfb142
commit 34f57e80a7
3 changed files with 1 additions and 12 deletions

View file

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

View file

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

View file

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