mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Removed status bar
This commit is contained in:
parent
ffc3171ccd
commit
59889aae88
3 changed files with 1 additions and 12 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
@ -57,8 +57,6 @@ protected:
|
|||
|
||||
QWinTaskbarButton *m_button;
|
||||
CDownloader *m_downloader;
|
||||
|
||||
QLabel *m_statusLabel;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue