Changeset 4670 for palm/trunk/SCRIPTS/palmrungui_files
- Timestamp:
- Sep 9, 2020 5:27:45 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palmrungui_files/mainwindow.ui
r4470 r4670 666 666 </property> 667 667 </widget> 668 <widget class="QCheckBox" name="check_prebuilt"> 669 <property name="geometry"> 670 <rect> 671 <x>240</x> 672 <y>210</y> 673 <width>191</width> 674 <height>23</height> 675 </rect> 676 </property> 677 <property name="text"> 678 <string>Use pre-built source code</string> 679 </property> 680 </widget> 681 <widget class="QCheckBox" name="check_svf_2"> 682 <property name="geometry"> 683 <rect> 684 <x>240</x> 685 <y>290</y> 686 <width>201</width> 687 <height>21</height> 688 </rect> 689 </property> 690 <property name="text"> 691 <string>Write sky view factors to file</string> 692 </property> 693 </widget> 668 694 </widget> 669 695 <widget class="QLabel" name="label_9"> … … 1152 1178 </property> 1153 1179 </widget> 1154 <widget class="QLineEdit" name="line_user">1155 <property name="geometry">1156 <rect>1157 <x>220</x>1158 <y>370</y>1159 <width>191</width>1160 <height>25</height>1161 </rect>1162 </property>1163 <property name="text">1164 <string/>1165 </property>1166 </widget>1167 </widget>1168 <widget class="QLabel" name="label_20">1169 <property name="geometry">1170 <rect>1171 <x>0</x>1172 <y>375</y>1173 <width>211</width>1174 <height>21</height>1175 </rect>1176 </property>1177 <property name="text">1178 <string>User parameters (no preview):</string>1179 </property>1180 <property name="alignment">1181 <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>1182 </property>1183 1180 </widget> 1184 1181 <widget class="QLabel" name="label_18"> … … 1540 1537 <tabstop>line_s</tabstop> 1541 1538 <tabstop>line_w</tabstop> 1542 <tabstop>line_user</tabstop>1543 1539 <tabstop>line_PE_atmos</tabstop> 1544 1540 <tabstop>line_PE_ocean</tabstop> … … 1899 1895 </connection> 1900 1896 <connection> 1901 <sender>line_user</sender>1902 <signal>textChanged(QString)</signal>1903 <receiver>MainWindow</receiver>1904 <slot>change_lineinput()</slot>1905 <hints>1906 <hint type="sourcelabel">1907 <x>414</x>1908 <y>456</y>1909 </hint>1910 <hint type="destinationlabel">1911 <x>599</x>1912 <y>650</y>1913 </hint>1914 </hints>1915 </connection>1916 <connection>1917 1897 <sender>button_clear</sender> 1918 1898 <signal>clicked()</signal> … … 2279 2259 <x>538</x> 2280 2260 <y>-4</y> 2261 </hint> 2262 </hints> 2263 </connection> 2264 <connection> 2265 <sender>check_prebuilt</sender> 2266 <signal>clicked()</signal> 2267 <receiver>MainWindow</receiver> 2268 <slot>check_flags()</slot> 2269 <hints> 2270 <hint type="sourcelabel"> 2271 <x>333</x> 2272 <y>639</y> 2273 </hint> 2274 <hint type="destinationlabel"> 2275 <x>580</x> 2276 <y>-2</y> 2277 </hint> 2278 </hints> 2279 </connection> 2280 <connection> 2281 <sender>group_execution</sender> 2282 <signal>clicked()</signal> 2283 <receiver>MainWindow</receiver> 2284 <slot>check_flags()</slot> 2285 <hints> 2286 <hint type="sourcelabel"> 2287 <x>378</x> 2288 <y>708</y> 2289 </hint> 2290 <hint type="destinationlabel"> 2291 <x>728</x> 2292 <y>-3</y> 2293 </hint> 2294 </hints> 2295 </connection> 2296 <connection> 2297 <sender>check_svf_2</sender> 2298 <signal>stateChanged(int)</signal> 2299 <receiver>MainWindow</receiver> 2300 <slot>change_rc_list()</slot> 2301 <hints> 2302 <hint type="sourcelabel"> 2303 <x>363</x> 2304 <y>721</y> 2305 </hint> 2306 <hint type="destinationlabel"> 2307 <x>831</x> 2308 <y>-2</y> 2281 2309 </hint> 2282 2310 </hints>
Note: See TracChangeset
for help on using the changeset viewer.