From c3cfc32f957f8bcbfc8c5c2231b6894c3b94ec94 Mon Sep 17 00:00:00 2001 From: drw Date: Thu, 09 Jan 2003 01:27:35 +0000 Subject: Updates to main view, menu reorganization, etc. --- (limited to 'noncore/settings/aqpkg/mainwin.h') diff --git a/noncore/settings/aqpkg/mainwin.h b/noncore/settings/aqpkg/mainwin.h index 39799f9..028ef5b 100644 --- a/noncore/settings/aqpkg/mainwin.h +++ b/noncore/settings/aqpkg/mainwin.h @@ -19,8 +19,12 @@ #define MAINWIN_H #include -#include +#include +//#include +class QWidgetStack; +class QPEToolBar; +class QAction; class ProgressWidget; class NetworkPackageManager; class DataManager; @@ -30,7 +34,7 @@ class MainWindow :public QMainWindow Q_OBJECT public: - MainWindow( QWidget *p = 0, char *name = 0 ); + MainWindow(); ~MainWindow(); private: @@ -41,8 +45,12 @@ private: QPopupMenu *settings; QPopupMenu *edit; QPopupMenu *filter; - QWidgetStack *stack; - + QWidgetStack *stack; + QAction *actionUpgrade; + QAction *actionDownload; + QPixmap iconDownload; + QPixmap iconRemove; + NetworkPackageManager *networkPkgWindow; ProgressWidget *progressWindow; @@ -66,6 +74,8 @@ public slots: void setFilterCategory(); void raiseMainWidget(); void raiseProgressWidget(); + void enableUpgrade( bool ); + void enableDownload( bool ); private slots: void init(); -- cgit v0.9.0.2