OSSP CVS Repository

ossp - Check-in [2889]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 2889
Date: 2002-Nov-25 17:23:35 (local)
2002-Nov-25 16:23:35 (UTC)
User:ms
Branch:
Comment: Correct table data selection handling.
Tickets:
Inspections:
Files:
ossp-pkg/as/as-gui/as_assist.cpp      1.16 -> 1.17     7 inserted, 3 deleted
ossp-pkg/titraq/titassist.cpp      1.16 -> 1.17     7 inserted, 3 deleted

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