OSSP CVS Repository

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

ossp-pkg/as/as-gui/as_slot.cpp 1.114 -> 1.115

--- as_slot.cpp  2003/02/06 16:47:19     1.114
+++ as_slot.cpp  2003/02/07 16:37:55     1.115
@@ -47,6 +47,7 @@
 #include "as_uuid.h"            // UUID classes
 #include "as_datedit.h"         // Derived from QDateEdit
 #include "as_crc.h"             // Useful qualistring class
+#include "as_panel.h"           // For prefpanel class
 
 // RPC headers
 #ifdef HAVE_ESOAP
@@ -1119,8 +1120,17 @@
 //
 void Titraqform::configPrefs(void)
 {
-    Prototype Unimp;
-    Unimp.doMbox();
+    Prefpanel *pUserpanel = NULL;
+
+    // Create a new preferences panel window
+    pUserpanel = new Prefpanel(this, "Userprefpanel");
+
+    // Handle panel modality
+    if (pUserpanel->exec() == QDialog::Accepted) {
+//        pvData = pUserpanel->getData();
+//        setPrefs(pvData);
+    }
+    delete pUserpanel;
 }
 
 //

CVSTrac 2.0.1