Changeset 488c49d in sasview for src/sas/qtgui/Perspectives/Invariant/UI/TabbedInvariantUI.py
- Timestamp:
- Jun 8, 2016 9:56:28 AM (8 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 5032ea68
- Parents:
- f721030
- git-author:
- Piotr Rozyczko <piotr.rozyczko@…> (06/08/16 09:53:59)
- git-committer:
- Piotr Rozyczko <piotr.rozyczko@…> (06/08/16 09:56:28)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Invariant/UI/TabbedInvariantUI.py
rf721030 r488c49d 27 27 tabbedInvariantUI.setObjectName(_fromUtf8("tabbedInvariantUI")) 28 28 tabbedInvariantUI.resize(465, 408) 29 icon = QtGui.QIcon()30 icon.addPixmap(QtGui.QPixmap(_fromUtf8(":/res/ball.ico")), QtGui.QIcon.Normal, QtGui.QIcon.Off)31 tabbedInvariantUI.setWindowIcon(icon)32 29 self.gridLayout_11 = QtGui.QGridLayout(tabbedInvariantUI) 33 30 self.gridLayout_11.setObjectName(_fromUtf8("gridLayout_11")) … … 315 312 316 313 self.retranslateUi(tabbedInvariantUI) 317 self.tabWidget.setCurrentIndex( 1)314 self.tabWidget.setCurrentIndex(0) 318 315 QtCore.QMetaObject.connectSlotsByName(tabbedInvariantUI) 319 316 … … 374 371 self.pushButton_3.setText(_translate("tabbedInvariantUI", "Help", None)) 375 372 376 import main_resources_rc377 373 378 374 class tabbedInvariantUI(QtGui.QDialog, Ui_tabbedInvariantUI):
Note: See TracChangeset
for help on using the changeset viewer.