|
54 | 54 | <attribute name="title"> |
55 | 55 | <string>Data View</string> |
56 | 56 | </attribute> |
57 | | - <layout class="QVBoxLayout" name="verticalLayout"/> |
| 57 | + <layout class="QVBoxLayout" name="verticalLayout"> |
| 58 | + <item> |
| 59 | + <widget class="QLabel" name="dataview_placeholder"> |
| 60 | + <property name="text"> |
| 61 | + <string>Once a file is loaded, data will show up here.</string> |
| 62 | + </property> |
| 63 | + </widget> |
| 64 | + </item> |
| 65 | + </layout> |
58 | 66 | </widget> |
59 | 67 | <widget class="QWidget" name="plot_page"> |
60 | 68 | <property name="enabled"> |
|
85 | 93 | <item row="1" column="0" colspan="2"> |
86 | 94 | <widget class="QStackedWidget" name="data_stackedWidget"> |
87 | 95 | <property name="currentIndex"> |
88 | | - <number>1</number> |
| 96 | + <number>0</number> |
89 | 97 | </property> |
90 | 98 | <widget class="QWidget" name="dataplot_page"> |
91 | 99 | <layout class="QGridLayout" name="gridLayout_6"> |
92 | 100 | <item row="0" column="0"> |
93 | 101 | <widget class="PlotWidget" name="data_plotWidget"/> |
94 | 102 | </item> |
| 103 | + <item row="1" column="0"> |
| 104 | + <layout class="QFormLayout" name="formLayout_3"> |
| 105 | + <item row="0" column="0"> |
| 106 | + <widget class="QLabel" name="label_3"> |
| 107 | + <property name="text"> |
| 108 | + <string>X-axis scaling factor</string> |
| 109 | + </property> |
| 110 | + </widget> |
| 111 | + </item> |
| 112 | + <item row="0" column="1"> |
| 113 | + <widget class="QDoubleSpinBox" name="plotWidget_x_scaling_factor_spinBox"> |
| 114 | + <property name="maximumSize"> |
| 115 | + <size> |
| 116 | + <width>203</width> |
| 117 | + <height>16777215</height> |
| 118 | + </size> |
| 119 | + </property> |
| 120 | + <property name="value"> |
| 121 | + <double>1.000000000000000</double> |
| 122 | + </property> |
| 123 | + </widget> |
| 124 | + </item> |
| 125 | + </layout> |
| 126 | + </item> |
95 | 127 | </layout> |
96 | 128 | </widget> |
97 | 129 | <widget class="QWidget" name="imageItem_page"> |
|
102 | 134 | <item row="0" column="0" colspan="2"> |
103 | 135 | <widget class="ImageView" name="data_imageView"/> |
104 | 136 | </item> |
105 | | - <item row="2" column="0"> |
| 137 | + <item row="1" column="0"> |
106 | 138 | <layout class="QFormLayout" name="formLayout"> |
107 | 139 | <item row="0" column="0"> |
108 | 140 | <widget class="QLabel" name="label"> |
|
113 | 145 | </item> |
114 | 146 | <item row="0" column="1"> |
115 | 147 | <widget class="QDoubleSpinBox" name="imageView_x_scaling_spinBox"> |
| 148 | + <property name="maximumSize"> |
| 149 | + <size> |
| 150 | + <width>203</width> |
| 151 | + <height>16777215</height> |
| 152 | + </size> |
| 153 | + </property> |
116 | 154 | <property name="value"> |
117 | 155 | <double>1.000000000000000</double> |
118 | 156 | </property> |
|
131 | 169 | </property> |
132 | 170 | </widget> |
133 | 171 | </item> |
134 | | - <item row="2" column="0"> |
135 | | - <layout class="QFormLayout" name="formLayout_3"> |
136 | | - <item row="0" column="0"> |
137 | | - <widget class="QLabel" name="label_3"> |
138 | | - <property name="text"> |
139 | | - <string>X-axis scaling factor</string> |
140 | | - </property> |
141 | | - </widget> |
142 | | - </item> |
143 | | - <item row="0" column="1"> |
144 | | - <widget class="QDoubleSpinBox" name="plotWidget_x_scaling_factor_spinBox"> |
145 | | - <property name="value"> |
146 | | - <double>1.000000000000000</double> |
147 | | - </property> |
148 | | - </widget> |
149 | | - </item> |
150 | | - </layout> |
151 | | - </item> |
152 | 172 | <item row="0" column="1"> |
153 | 173 | <widget class="QGroupBox" name="plot_type_groupBox"> |
154 | 174 | <property name="enabled"> |
|
0 commit comments