diff options
author | deepa-chaudhari | 2015-06-06 21:32:56 +0530 |
---|---|---|
committer | deepa-chaudhari | 2015-06-06 21:32:56 +0530 |
commit | f6743a741b3ebec50494a6d3b0712cd90c0ff5de (patch) | |
tree | b9af68ce5b758b51c0f63868d868002f04ba0f49 /Connections/Shear/Finplate/model.py | |
parent | 206483b5243a70967c45c8add26961b9ac7db3eb (diff) | |
download | OsdagLive-f6743a741b3ebec50494a6d3b0712cd90c0ff5de.tar.gz OsdagLive-f6743a741b3ebec50494a6d3b0712cd90c0ff5de.tar.bz2 OsdagLive-f6743a741b3ebec50494a6d3b0712cd90c0ff5de.zip |
platethicknesspopupmethosd implemented
Diffstat (limited to 'Connections/Shear/Finplate/model.py')
-rw-r--r-- | Connections/Shear/Finplate/model.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Connections/Shear/Finplate/model.py b/Connections/Shear/Finplate/model.py index fdd0141..b1b32f2 100644 --- a/Connections/Shear/Finplate/model.py +++ b/Connections/Shear/Finplate/model.py @@ -106,7 +106,7 @@ def get_columndata(sect): ''' section = sect #section = Ui_MainWindow.comboColSec.currentText() - queryStr = "Select * from Beams where Designation = '%s'" % section + queryStr = "Select * from Columns where Designation = '%s'" % section designQuery = QSqlQuery(queryStr) print(designQuery) |