ossp-pkg/as/as-gui/as_gui.h 1.47 -> 1.48
--- as_gui.h 2002/12/11 17:15:35 1.47
+++ as_gui.h 2002/12/12 12:19:48 1.48
@@ -162,6 +162,7 @@
void showAmountcol(void); // View menu show Amounts column
void showTaskcol(void); // View menu show Tasks column
void showRemarkcol(void); // View menu show Remarks column
+ void savePrefs(void); // Save user preferences
protected:
// Application main events
@@ -188,7 +189,7 @@
QString *m_szFilename;
// Standard members
- bool m_bDirt; // To track dirty and clean states
+ bool m_bDirt; // To track dirty and clean states
// Constructor helpers
void setupPrefs(void); // Preferences
@@ -200,6 +201,7 @@
void setupTable(void); // Table widget
void setupEditlay(void); // Editing lay
void setupPieces(void); // Assemble widget pieces
+ void setupColumns(void); // Arrange and configure columns
// Data processing
void loadData(QFile &); // Load accounting data from file
|
|