Ignore:
Timestamp:
Sep 9, 2020 5:27:45 PM (4 years ago)
Author:
maronga
Message:

ported palmrungui to pyqt5; several minor bugfixes in palmrungui

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palmrungui_files/mainwindow.ui

    r4470 r4670  
    666666       </property>
    667667      </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>
    668694     </widget>
    669695     <widget class="QLabel" name="label_9">
     
    11521178       </property>
    11531179      </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>
    11831180     </widget>
    11841181     <widget class="QLabel" name="label_18">
     
    15401537  <tabstop>line_s</tabstop>
    15411538  <tabstop>line_w</tabstop>
    1542   <tabstop>line_user</tabstop>
    15431539  <tabstop>line_PE_atmos</tabstop>
    15441540  <tabstop>line_PE_ocean</tabstop>
     
    18991895  </connection>
    19001896  <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>
    19171897   <sender>button_clear</sender>
    19181898   <signal>clicked()</signal>
     
    22792259     <x>538</x>
    22802260     <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>
    22812309    </hint>
    22822310   </hints>
Note: See TracChangeset for help on using the changeset viewer.