Ignore:
Timestamp:
Jun 8, 2016 7: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 07:53:59)
git-committer:
Piotr Rozyczko <piotr.rozyczko@…> (06/08/16 07:56:28)
Message:

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

Location:
src/sas/qtgui/Perspectives/Invariant/UI
Files:
3 edited

Legend:

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

    rf721030 r488c49d  
    11# -*- coding: utf-8 -*- 
    22 
    3 # Form implementation generated from reading ui file 'InvariantDetails.ui' 
     3# Form implementation generated from reading ui file 'InvariantDetailsUI.ui' 
    44# 
    55# Created by: PyQt4 UI code generator 4.11.4 
  • 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): 
  • src/sas/qtgui/Perspectives/Invariant/UI/TabbedInvariantUI.ui

    rf721030 r488c49d  
    1313  <property name="windowTitle"> 
    1414   <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> 
    1915  </property> 
    2016  <layout class="QGridLayout" name="gridLayout_11"> 
     
    582578  </layout> 
    583579 </widget> 
    584  <resources> 
    585   <include location="main_resources.qrc"/> 
    586  </resources> 
    587580 <connections/> 
    588581</ui> 
Note: See TracChangeset for help on using the changeset viewer.