Changeset 2415
- Timestamp:
- Sep 6, 2017 2:10:07 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palmrungui_files/mainwindow.ui
r2413 r2415 179 179 </property> 180 180 <property name="currentIndex"> 181 <number> 0</number>181 <number>1</number> 182 182 </property> 183 183 <widget class="QWidget" name="tab"> … … 772 772 <x>0</x> 773 773 <y>5</y> 774 <width> 371</width>775 <height> 231</height>774 <width>501</width> 775 <height>401</height> 776 776 </rect> 777 777 </property> … … 886 886 </property> 887 887 </widget> 888 <widget class="QLineEdit" name="line_w"> 889 <property name="geometry"> 890 <rect> 891 <x>220</x> 892 <y>345</y> 893 <width>191</width> 894 <height>25</height> 895 </rect> 896 </property> 897 <property name="text"> 898 <string/> 899 </property> 900 </widget> 901 <widget class="QLineEdit" name="line_s"> 902 <property name="geometry"> 903 <rect> 904 <x>220</x> 905 <y>320</y> 906 <width>191</width> 907 <height>25</height> 908 </rect> 909 </property> 910 <property name="text"> 911 <string/> 912 </property> 913 </widget> 914 <widget class="QLineEdit" name="line_D"> 915 <property name="geometry"> 916 <rect> 917 <x>220</x> 918 <y>295</y> 919 <width>191</width> 920 <height>25</height> 921 </rect> 922 </property> 923 <property name="text"> 924 <string/> 925 </property> 926 </widget> 927 <widget class="QLineEdit" name="line_M"> 928 <property name="geometry"> 929 <rect> 930 <x>220</x> 931 <y>270</y> 932 <width>191</width> 933 <height>25</height> 934 </rect> 935 </property> 936 <property name="text"> 937 <string/> 938 </property> 939 </widget> 940 <widget class="QLineEdit" name="line_m"> 941 <property name="geometry"> 942 <rect> 943 <x>220</x> 944 <y>245</y> 945 <width>81</width> 946 <height>25</height> 947 </rect> 948 </property> 949 </widget> 950 <widget class="QLineEdit" name="line_user"> 951 <property name="geometry"> 952 <rect> 953 <x>220</x> 954 <y>370</y> 955 <width>191</width> 956 <height>25</height> 957 </rect> 958 </property> 959 <property name="text"> 960 <string/> 961 </property> 962 </widget> 963 <zorder>check_x</zorder> 964 <zorder>check_O</zorder> 965 <zorder>check_k</zorder> 966 <zorder>check_I</zorder> 967 <zorder>check_F</zorder> 968 <zorder>check_b</zorder> 969 <zorder>check_Z</zorder> 970 <zorder>line_2</zorder> 971 <zorder>line_user</zorder> 972 <zorder>line_w</zorder> 973 <zorder>line_s</zorder> 974 <zorder>line_D</zorder> 975 <zorder>line_M</zorder> 976 <zorder>line_m</zorder> 977 <zorder>line_user</zorder> 888 978 </widget> 889 979 <widget class="QLabel" name="label_20"> … … 903 993 </property> 904 994 </widget> 905 <widget class="QLineEdit" name="line_M">906 <property name="geometry">907 <rect>908 <x>220</x>909 <y>275</y>910 <width>191</width>911 <height>25</height>912 </rect>913 </property>914 <property name="text">915 <string/>916 </property>917 </widget>918 995 <widget class="QLabel" name="label_18"> 919 996 <property name="geometry"> … … 930 1007 <property name="alignment"> 931 1008 <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> 932 </property>933 </widget>934 <widget class="QLineEdit" name="line_w">935 <property name="geometry">936 <rect>937 <x>220</x>938 <y>350</y>939 <width>191</width>940 <height>25</height>941 </rect>942 </property>943 <property name="text">944 <string/>945 1009 </property> 946 1010 </widget> … … 977 1041 </property> 978 1042 </widget> 979 <widget class="QLineEdit" name="line_s">980 <property name="geometry">981 <rect>982 <x>220</x>983 <y>325</y>984 <width>191</width>985 <height>25</height>986 </rect>987 </property>988 <property name="text">989 <string/>990 </property>991 </widget>992 <widget class="QLineEdit" name="line_user">993 <property name="geometry">994 <rect>995 <x>220</x>996 <y>375</y>997 <width>191</width>998 <height>25</height>999 </rect>1000 </property>1001 <property name="text">1002 <string/>1003 </property>1004 </widget>1005 <widget class="QLineEdit" name="line_D">1006 <property name="geometry">1007 <rect>1008 <x>220</x>1009 <y>300</y>1010 <width>191</width>1011 <height>25</height>1012 </rect>1013 </property>1014 <property name="text">1015 <string/>1016 </property>1017 </widget>1018 1043 <widget class="QLabel" name="label_19"> 1019 1044 <property name="geometry"> … … 1030 1055 <property name="alignment"> 1031 1056 <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> 1032 </property>1033 </widget>1034 <widget class="QLineEdit" name="line_m">1035 <property name="geometry">1036 <rect>1037 <x>220</x>1038 <y>250</y>1039 <width>81</width>1040 <height>25</height>1041 </rect>1042 1057 </property> 1043 1058 </widget>
Note: See TracChangeset
for help on using the changeset viewer.