Ignore:
Timestamp:
Jun 8, 2016 9:56:28 AM (8 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
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)
Message:

Hold data objects in model. Added more Data Explorer functionality. Added unit tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Invariant/UI/TabbedInvariantUI.py

    rf721030 r488c49d  
    2727        tabbedInvariantUI.setObjectName(_fromUtf8("tabbedInvariantUI")) 
    2828        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) 
    3229        self.gridLayout_11 = QtGui.QGridLayout(tabbedInvariantUI) 
    3330        self.gridLayout_11.setObjectName(_fromUtf8("gridLayout_11")) 
     
    315312 
    316313        self.retranslateUi(tabbedInvariantUI) 
    317         self.tabWidget.setCurrentIndex(1) 
     314        self.tabWidget.setCurrentIndex(0) 
    318315        QtCore.QMetaObject.connectSlotsByName(tabbedInvariantUI) 
    319316 
     
    374371        self.pushButton_3.setText(_translate("tabbedInvariantUI", "Help", None)) 
    375372 
    376 import main_resources_rc 
    377373 
    378374class tabbedInvariantUI(QtGui.QDialog, Ui_tabbedInvariantUI): 
Note: See TracChangeset for help on using the changeset viewer.