OSSP CVS Repository

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

ossp-pkg/as/as-gui/as_assist.cpp 1.14 -> 1.15

--- as_assist.cpp        2002/11/25 11:23:35     1.14
+++ as_assist.cpp        2002/11/25 11:40:07     1.15
@@ -326,6 +326,13 @@
     m_pTablehead->setLabel(5, QObject::trUtf8("Remark"));
 
     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)));
+//    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