Index: ossp-pkg/as/as-gui/as_gui.cpp RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_gui.cpp,v rcsdiff -q -kk '-r1.27' '-r1.28' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_gui.cpp,v' 2>/dev/null --- 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();