OSSP CVS Repository

ossp - Difference in ossp-pkg/as/as-gui/as_gui.cpp 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.cpp 1.27 -> 1.28

--- as_gui.cpp   2002/12/12 12:45:46     1.27
+++ as_gui.cpp   2002/12/12 13:35:45     1.28
@@ -55,17 +55,16 @@
 //    setSizePolicy(QSizePolicy((QSizePolicy::SizeType)0,
 //        (QSizePolicy::SizeType)0, 0, 0, sizePolicy().hasHeightForWidth()));
 
-    // Abstractly build main widgets
     try {
-        setupPrefs();
-        setupActions();
-        setupMenubar();
-        setupToolbars();
-        setupCentralwidget();
-        setupStatusbar();
-        setupTable();
-        setupEditlay();
-        setupColumns();
+        setupPrefs();           // Load general preferences
+        setupActions();         // Create and initialize actions
+        setupMenubar();         // Create and initialize menu bar
+        setupToolbars();        // Create and initialize tool bars
+        setupCentralwidget();   // Format the layout of related widgets
+        setupStatusbar();       // Create and initialize status bar
+        setupTable();           // Create and initialize table and cells
+        setupEditlay();         // Create and initialize edit controls
+        setupColumns();         // Prepare columns for viewing, sorting
     }
     catch (Genexcept& Genex) {
         Genex.reportErr();

CVSTrac 2.0.1