Changeset 488c49d in sasview for src/sas/qtgui/Perspectives/Invariant/UI
- Timestamp:
- Jun 8, 2016 7: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 07:53:59)
- git-committer:
- Piotr Rozyczko <piotr.rozyczko@…> (06/08/16 07:56:28)
- Location:
- src/sas/qtgui/Perspectives/Invariant/UI
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Invariant/UI/InvariantDetailsUI.py
rf721030 r488c49d 1 1 # -*- coding: utf-8 -*- 2 2 3 # Form implementation generated from reading ui file 'InvariantDetails .ui'3 # Form implementation generated from reading ui file 'InvariantDetailsUI.ui' 4 4 # 5 5 # Created by: PyQt4 UI code generator 4.11.4 -
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): -
src/sas/qtgui/Perspectives/Invariant/UI/TabbedInvariantUI.ui
rf721030 r488c49d 13 13 <property name="windowTitle"> 14 14 <string>Dialog</string> 15 </property>16 <property name="windowIcon">17 <iconset resource="main_resources.qrc">18 <normaloff>:/res/ball.ico</normaloff>:/res/ball.ico</iconset>19 15 </property> 20 16 <layout class="QGridLayout" name="gridLayout_11"> … … 582 578 </layout> 583 579 </widget> 584 <resources>585 <include location="main_resources.qrc"/>586 </resources>587 580 <connections/> 588 581 </ui>
Note: See TracChangeset
for help on using the changeset viewer.