mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
fixup ksysguard
This commit is contained in:
parent
db130087e7
commit
a16427d9e7
2 changed files with 0 additions and 5 deletions
|
@ -155,8 +155,6 @@ void TopLevel::retranslateUi()
|
|||
mTabExportAction->setText( i18n( "Save Tab &As..." ) );
|
||||
mTabRemoveAction->setText( i18n( "&Close Tab" ) );
|
||||
mMonitorRemoteAction->setText( i18n( "Monitor &Remote Machine..." ) );
|
||||
mHotNewWorksheetAction->setText( i18n( "&Download New Tabs..." ) );
|
||||
mHotNewWorksheetUploadAction->setText( i18n( "&Upload Current Tab..." ) );
|
||||
|
||||
mConfigureSheetAction->setText( i18n( "Tab &Properties" ) );
|
||||
if(mQuitAction) {
|
||||
|
@ -181,7 +179,6 @@ void TopLevel::currentTabChanged(int index)
|
|||
bool locked = !sheet || sheet->isLocked();
|
||||
mTabRemoveAction->setVisible(!locked);
|
||||
mTabExportAction->setVisible(!locked);
|
||||
mHotNewWorksheetUploadAction->setVisible(!locked);
|
||||
mMonitorRemoteAction->setVisible(!locked);
|
||||
|
||||
//only show refresh option is update interval is 0 (manual)
|
||||
|
|
|
@ -94,10 +94,8 @@ class TopLevel : public KXmlGuiWindow, public KSGRD::SensorClient
|
|||
QAction *mTabExportAction;
|
||||
QAction *mTabRemoveAction;
|
||||
QAction *mMonitorRemoteAction;
|
||||
QAction *mHotNewWorksheetAction;
|
||||
QAction *mQuitAction;
|
||||
QAction *mConfigureSheetAction;
|
||||
QAction *mHotNewWorksheetUploadAction;
|
||||
KAction *mRefreshTabAction;
|
||||
QLabel *sbProcessCount;
|
||||
QLabel *sbCpuStat;
|
||||
|
|
Loading…
Add table
Reference in a new issue