OSSP CVS Repository

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

ossp-pkg/as/as-gui/as_assist.cpp 1.16 -> 1.17

--- as_assist.cpp        2002/11/25 15:45:06     1.16
+++ as_assist.cpp        2002/11/25 16:23:35     1.17
@@ -328,9 +328,13 @@
 
     m_pPackagelayout->addWidget(m_pMaintable);  // Finally add the damn table
 
-    connect(m_pMaintable, SIGNAL(clicked(int, int, int, const QPoint&)), this, SLOT(updEdit(int, int)));
-//    connect(table, SIGNAL(currentChanged(int, int)), this, SLOT(currentChanged(int, int)));
-//    connect(table, SIGNAL(valueChanged(int, int)), this, SLOT(valueChanged(int, int)));
+    // Table update signals
+    connect(m_pMaintable, SIGNAL(currentChanged(int, int)), this, SLOT(updEdit(int, int)));
+//    connect(m_pMaintable, SIGNAL(clicked(int, int, int, const QPoint&)), this, SLOT(updEdit(int, int)));
+//    connect(m_pMaintable, SIGNAL(doubleClicked(int, int, int, const QPoint&)), this, SLOT(updEdit(int, int)));
+//    connect(m_pMaintable, SIGNAL(valueChanged(int, int)), this, SLOT(tableChanged(int, int)));
+
+//    // Button action signals
 //    connect(AddPushButton, SIGNAL(clicked()), this, SLOT(AddRow()));
 //    connect(DeletePushButton, SIGNAL(clicked()), this, SLOT(DelRow()));
 //    connect(WritePushButton, SIGNAL(clicked()), this, SLOT(accept()));

CVSTrac 2.0.1