From aae0a7a8d0f691c3b4408494f663daf1dc42e535 Mon Sep 17 00:00:00 2001 From: deepa-chaudhari Date: Thu, 18 Jun 2015 23:16:24 +0530 Subject: added icon to iconrc --- osdagMainPage.py | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'osdagMainPage.py') diff --git a/osdagMainPage.py b/osdagMainPage.py index 981f3a2..d083d08 100644 --- a/osdagMainPage.py +++ b/osdagMainPage.py @@ -33,15 +33,18 @@ class OsdagMainWindow(QtGui.QMainWindow): if self.ui.finPlateRdBtn.isChecked(): launchFinPlateController(self) - #QtGui.QMessageBox.about(self,"info","finplate clicked") + elif self.ui.cleatRdBtn.isChecked(): - QtGui.QMessageBox.about(self,"info","cleat clicked") + QtGui.QMessageBox.about(self,"INFO","Cleat connection design is coming soon!") + elif self.ui.endPlateRdBtn.isChecked(): - QtGui.QMessageBox.about(self,"info","endplateclicked") + QtGui.QMessageBox.about(self,"INFO","End plate connection design is coming soon!") + elif self.ui.seatedRdBtn.isChecked(): - QtGui.QMessageBox.about(self,"info","seated clicked") + QtGui.QMessageBox.about(self,"INFO","Seated connection design is coming soon!") + else: - QtGui.QMessageBox.about(self,"info","Please select desire radio button") + QtGui.QMessageBox.about(self,"INFO","Please select appropriate connection") -- cgit