ossp-pkg/as/as-gui/as_gui.h 1.14 -> 1.15
--- as_gui.h 2002/11/19 20:29:08 1.14
+++ as_gui.h 2002/11/20 11:06:32 1.15
@@ -44,16 +44,6 @@
QHeader *m_pTablehead;
QStringList *m_pTaskentries;
- // Reusable graphics
- QImage *m_pCwlogo;
- QImage *m_pOsspicon;
- QImage *m_pOssplogo;
- QImage *m_pQticon;
- QImage *m_pNewicon;
- QImage *m_pOpenicon;
- QImage *m_pSaveicon;
- QImage *m_pWhatsicon;
-
// Edition widgets
QDateEdit *m_pDateedit;
QTimeEdit *m_pStarttime;
@@ -78,7 +68,8 @@
void load(const QString &); // Load accounting data into main window
void save(void); // Serialize to the current file
void saveAs(void); // Serialize to a selected file
- void about(void); // Learn more about this program itself
+ void helpContents(void); // Use the help contents
+ void aboutTitraq(void); // Learn more about this program itself
void aboutOSSP(void); // Learn more about the OSSP
void aboutQt(void); // Learn more about Qt
void cut(void); // Edit menu cut
@@ -118,7 +109,6 @@
bool isDirty(void); // Check for changed state danger
// Constructor helpers
- void setupIcons(void); // Icons
void setupActions(void); // Actions
void setupMenubar(void); // Menu bar
void setupFiletools(void); // Tool bar
|
|