ossp-pkg/as/as-gui/as_gui.h 1.29 -> 1.30
--- as_gui.h 2002/11/26 21:18:48 1.29
+++ as_gui.h 2002/11/26 22:22:53 1.30
@@ -65,13 +65,14 @@
QStringList *m_pTaskentries;
// Edition widgets
- QDateEdit *m_pDateedit;
- QTimeEdit *m_pStarttime;
- QTimeEdit *m_pEndtime;
- AmountBox *m_pAmount;
- QComboBox *m_pTasks;
- QLineEdit *m_pRemark;
- QPushButton *m_pConfirmbutton;
+ 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
+ QPushButton *m_pConfirmbutton; // Button used to confirm edition
protected slots:
void cutEntry(void); // Cut a task entry from the list
|
|