source: sasview/src/sas/qtgui/Utilities/UI/ReportDialogUI.ui @ 57be490

ESS_GUIESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since 57be490 was 57be490, checked in by Piotr Rozyczko <rozyczko@…>, 6 years ago

Merged ESS_GUI_reporting

  • Property mode set to 100755
File size: 1.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ReportDialogUI</class>
4 <widget class="QDialog" name="ReportDialogUI">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>519</width>
10    <height>461</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Report: Fitting</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout">
17   <item row="0" column="0">
18    <widget class="QTextBrowser" name="txtBrowser"/>
19   </item>
20   <item row="1" column="0">
21    <layout class="QHBoxLayout" name="horizontalLayout">
22     <item>
23      <spacer name="horizontalSpacer">
24       <property name="orientation">
25        <enum>Qt::Horizontal</enum>
26       </property>
27       <property name="sizeHint" stdset="0">
28        <size>
29         <width>40</width>
30         <height>20</height>
31        </size>
32       </property>
33      </spacer>
34     </item>
35     <item>
36      <widget class="QPushButton" name="cmdPrint">
37       <property name="text">
38        <string>Print</string>
39       </property>
40      </widget>
41     </item>
42     <item>
43      <widget class="QPushButton" name="cmdSave">
44       <property name="text">
45        <string>Save</string>
46       </property>
47      </widget>
48     </item>
49     <item>
50      <widget class="QPushButton" name="cmdClose">
51       <property name="text">
52        <string>Close</string>
53       </property>
54      </widget>
55     </item>
56    </layout>
57   </item>
58  </layout>
59 </widget>
60 <resources/>
61 <connections>
62  <connection>
63   <sender>cmdClose</sender>
64   <signal>clicked()</signal>
65   <receiver>ReportDialogUI</receiver>
66   <slot>close()</slot>
67   <hints>
68    <hint type="sourcelabel">
69     <x>426</x>
70     <y>433</y>
71    </hint>
72    <hint type="destinationlabel">
73     <x>259</x>
74     <y>230</y>
75    </hint>
76   </hints>
77  </connection>
78 </connections>
79</ui>
Note: See TracBrowser for help on using the repository browser.