--- 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()));
}
//
|