OSSP CVS Repository

ossp - Difference in ossp-pkg/as/as-gui/as_gui.h versions 1.27 and 1.28
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/as/as-gui/as_gui.h 1.27 -> 1.28

--- as_gui.h     2002/11/26 20:25:16     1.27
+++ as_gui.h     2002/11/26 20:38:19     1.28
@@ -9,7 +9,6 @@
 #include <qtoolbar.h>
 #include <qstatusbar.h>
 #include <qimage.h>
-#include <qpushbutton.h>
 #include <qdatetimeedit.h>
 #include <qspinbox.h>
 #include <qlineedit.h>
@@ -72,20 +71,12 @@
     QComboBox   *m_pTasks;
     QLineEdit   *m_pRemark;
 
-    // Push buttons in control layout
-    QPushButton *m_pAddbutton;
-    QPushButton *m_pDeletebutton;
-    QPushButton *m_pWritebutton;
-    QPushButton *m_pQuitbutton;
-
 protected slots:
-    virtual void init(void);            // Override init to include custom controls
     void cutEntry(void);                // Cut a task entry from the list
     void copyEntry(void);               // Copy a task entry from the list
     void pasteEntry(void);              // Paste a task entry to the list
     void addEntry(void);                // Add a task entry to the list
     void delEntry(void);                // Delete a task entry from the list
-    void writeEntry(void);              // Write the task list to a filedescriptor
     void newDoc(void);                  // Make and display a new document window
     void chooseFile(void);              // Choose a file using a handy file dialog
     void saveFile(void);                // Serialize to the current file
@@ -122,7 +113,6 @@
     QVBoxLayout *m_pPackagelayout;      // Main table control
     QHBoxLayout *m_pDatelayout;         // Lower date and time widgets
     QHBoxLayout *m_pTasklayout;         // Lower task and remark widgets
-    QHBoxLayout *m_pControllayout;      // Lower control buttons
 
 private:
     // Owned by QMainWindow
@@ -156,7 +146,6 @@
     void setupCentralwidget(void);      // Assemble main Frame widget
     void setupTable(void);              // Table widget
     void setupEditlay(void);            // Editing lay
-    void setupButtons(void);            // Push button widgets
     void setupPieces(void);             // Assemble widget pieces
 
     // Data processing

CVSTrac 2.0.1