OSSP CVS Repository

ossp - Difference in ossp-pkg/as/as-gui/as_assist.cpp versions 1.56 and 1.57
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/as/as-gui/as_assist.cpp 1.56 -> 1.57

--- as_assist.cpp        2002/12/11 16:00:47     1.56
+++ as_assist.cpp        2002/12/12 12:19:48     1.57
@@ -766,3 +766,35 @@
     connect(m_pTasks, SIGNAL(textChanged(const QString &)), this, SLOT(updateTask(const QString &)));
     connect(m_pRemark, SIGNAL(textChanged(const QString &)), this, SLOT(updateRemark(const QString &)));
 }
+
+//
+// Arrange and configure columns
+//
+void Titraqform::setupColumns(void)
+{
+    // Handle column view handling presets and defaults
+    if (!m_pPrefs->getBool(TITRAQ_PREFSTATCOL, TITRAQ_DEFSTATCOL))
+        showStatcol();
+    if (!m_pPrefs->getBool(TITRAQ_PREFLCOL, TITRAQ_DEFLCOL))
+        showLinecol();
+    if (!m_pPrefs->getBool(TITRAQ_PREFUCOL, TITRAQ_DEFUCOL))
+        showUsercol();
+    if (!m_pPrefs->getBool(TITRAQ_PREFGCOL, TITRAQ_DEFGCOL))
+        showGuidcol();
+    if (!m_pPrefs->getBool(TITRAQ_PREFCCOL, TITRAQ_DEFCCOL))
+        showCrccol();
+    if (!m_pPrefs->getBool(TITRAQ_PREFREVCOL, TITRAQ_DEFREVCOL))
+        showRevcol();
+    if (!m_pPrefs->getBool(TITRAQ_PREFDCOL, TITRAQ_DEFDCOL))
+        showDatecol();
+    if (!m_pPrefs->getBool(TITRAQ_PREFSTARTCOL, TITRAQ_DEFSTARTCOL))
+        showStartcol();
+    if (!m_pPrefs->getBool(TITRAQ_PREFFCOL, TITRAQ_DEFFCOL))
+        showFinishcol();
+    if (!m_pPrefs->getBool(TITRAQ_PREFACOL, TITRAQ_DEFACOL))
+        showAmountcol();
+    if (!m_pPrefs->getBool(TITRAQ_PREFFCOL, TITRAQ_DEFFCOL))
+        showTaskcol();
+    if (!m_pPrefs->getBool(TITRAQ_PREFREMCOL, TITRAQ_DEFREMCOL))
+        showRemarkcol();
+}

CVSTrac 2.0.1