Changeset 040529d in sasview for src/sas/qtgui/UI
- Timestamp:
- Dec 2, 2016 8:27:17 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:
- fca1f50
- Parents:
- 363fbfa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/UI/KiessigPanel.ui
r363fbfa r040529d 7 7 <x>0</x> 8 8 <y>0</y> 9 <width> 416</width>9 <width>354</width> 10 10 <height>193</height> 11 11 </rect> … … 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 </property> 20 <property name="toolTip"> 21 <string/> 15 22 </property> 16 23 <layout class="QGridLayout" name="gridLayout_3"> … … 62 69 </item> 63 70 <item> 64 <widget class="QLineEdit" name="lengthscale_out"/> 71 <widget class="QLineEdit" name="lengthscale_out"> 72 <property name="readOnly"> 73 <bool>true</bool> 74 </property> 75 </widget> 65 76 </item> 66 77 <item> … … 90 101 </spacer> 91 102 </item> 92 <item row="3" column="0"> 103 <item row="3" column="1"> 104 <widget class="QPushButton" name="closeButton"> 105 <property name="toolTip"> 106 <string><html><head/><body><p>Close this window.</p></body></html></string> 107 </property> 108 <property name="text"> 109 <string>Close</string> 110 </property> 111 </widget> 112 </item> 113 <item row="3" column="2"> 93 114 <widget class="QPushButton" name="helpButton"> 94 115 <property name="toolTip"> … … 100 121 </widget> 101 122 </item> 102 <item row="3" column=" 1">123 <item row="3" column="0"> 103 124 <widget class="QPushButton" name="computeButton"> 104 125 <property name="toolTip"> … … 110 131 </widget> 111 132 </item> 112 <item row="3" column="2">113 <widget class="QPushButton" name="closeButton">114 <property name="toolTip">115 <string><html><head/><body><p>Close this window.</p></body></html></string>116 </property>117 <property name="text">118 <string>Close</string>119 </property>120 </widget>121 </item>122 133 </layout> 123 134 </widget> 124 <resources/> 135 <resources> 136 <include location="main_resources.qrc"/> 137 </resources> 125 138 <connections/> 126 139 </ui>
Note: See TracChangeset
for help on using the changeset viewer.