ossp-pkg/as/as-gui/as_gui.h 1.44 -> 1.45
--- as_gui.h 2002/12/10 12:06:56 1.44
+++ as_gui.h 2002/12/10 14:23:58 1.45
@@ -103,12 +103,16 @@
// Edition widgets
QDate *m_pDatezero; // Hack to store empty date
- QDateEdit *m_pDateedit; // Control used to edit dates
- QTimeEdit *m_pStarttime; // Control used to edit start time
- QTimeEdit *m_pEndtime; // Control used to edit finish time
- AmountBox *m_pAmount; // Control used to edit total time
- QComboBox *m_pTasks; // Control used to choose a task
- QLineEdit *m_pRemark; // Control used to edit remark
+ QLineEdit *m_pUseredit; // Control to edit user name
+ QLineEdit *m_pGuidedit; // Control to edit GUID
+ QLineEdit *m_pCrcedit; // Control to edit CRC
+ QLineEdit *m_pRevedit; // Control to edit revision
+ QDateEdit *m_pDateedit; // Control to edit date
+ QTimeEdit *m_pStarttime; // Control to edit start time
+ QTimeEdit *m_pEndtime; // Control to edit finish time
+ AmountBox *m_pAmount; // Control to edit total time
+ QComboBox *m_pTasks; // Control to choose a task
+ QLineEdit *m_pRemark; // Control to edit remark
protected slots:
void cutEntry(void); // Cut task entries from the list
@@ -143,14 +147,17 @@
void showFilebar(void); // View menu show file toolbar
void showEditbar(void); // View menu show edit toolbar
void showWhatsbar(void); // View menu show whats this toolbar
+ void showStatcol(void); // View menu show status column
void showLinecol(void); // View menu show line numbers column
+ void showUsercol(void); // View menu show Users column
void showGuidcol(void); // View menu show GUIDs column
+ void showCrccol(void); // View menu show CRC column
+ void showRevcol(void); // View menu show Rev column
void showDatecol(void); // View menu show Dates column
- void showUsercol(void); // View menu show Users column
- void showTaskcol(void); // View menu show Tasks column
void showStartcol(void); // View menu show Start time column
void showFinishcol(void); // View menu show Finish time column
void showAmountcol(void); // View menu show Amounts column
+ void showTaskcol(void); // View menu show Tasks column
void showRemarkcol(void); // View menu show Remarks column
protected:
|
|