|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<ui version="4.0"> |
| 3 | + <class>AddDictDialog</class> |
| 4 | + <widget class="QDialog" name="AddDictDialog"> |
| 5 | + <property name="geometry"> |
| 6 | + <rect> |
| 7 | + <x>0</x> |
| 8 | + <y>0</y> |
| 9 | + <width>331</width> |
| 10 | + <height>160</height> |
| 11 | + </rect> |
| 12 | + </property> |
| 13 | + <property name="windowTitle"> |
| 14 | + <string>添加词典</string> |
| 15 | + </property> |
| 16 | + <property name="windowIcon"> |
| 17 | + <iconset resource="rc.qrc"> |
| 18 | + <normaloff>:/new/prefix1/rc/Plus.ico</normaloff>:/new/prefix1/rc/Plus.ico</iconset> |
| 19 | + </property> |
| 20 | + <widget class="QPushButton" name="QuitButton"> |
| 21 | + <property name="geometry"> |
| 22 | + <rect> |
| 23 | + <x>210</x> |
| 24 | + <y>120</y> |
| 25 | + <width>71</width> |
| 26 | + <height>31</height> |
| 27 | + </rect> |
| 28 | + </property> |
| 29 | + <property name="text"> |
| 30 | + <string>取消</string> |
| 31 | + </property> |
| 32 | + <property name="icon"> |
| 33 | + <iconset resource="rc.qrc"> |
| 34 | + <normaloff>:/new/prefix1/rc/Cancel.ico</normaloff>:/new/prefix1/rc/Cancel.ico</iconset> |
| 35 | + </property> |
| 36 | + </widget> |
| 37 | + <widget class="QPushButton" name="OKButton"> |
| 38 | + <property name="geometry"> |
| 39 | + <rect> |
| 40 | + <x>50</x> |
| 41 | + <y>120</y> |
| 42 | + <width>71</width> |
| 43 | + <height>31</height> |
| 44 | + </rect> |
| 45 | + </property> |
| 46 | + <property name="text"> |
| 47 | + <string>确定</string> |
| 48 | + </property> |
| 49 | + <property name="icon"> |
| 50 | + <iconset resource="rc.qrc"> |
| 51 | + <normaloff>:/new/prefix1/rc/Ok (2).ico</normaloff>:/new/prefix1/rc/Ok (2).ico</iconset> |
| 52 | + </property> |
| 53 | + </widget> |
| 54 | + <widget class="QGroupBox" name="groupBox"> |
| 55 | + <property name="geometry"> |
| 56 | + <rect> |
| 57 | + <x>10</x> |
| 58 | + <y>10</y> |
| 59 | + <width>311</width> |
| 60 | + <height>101</height> |
| 61 | + </rect> |
| 62 | + </property> |
| 63 | + <property name="title"> |
| 64 | + <string>请输入要添加的词典的名称</string> |
| 65 | + </property> |
| 66 | + <widget class="QLabel" name="DictLabel"> |
| 67 | + <property name="geometry"> |
| 68 | + <rect> |
| 69 | + <x>10</x> |
| 70 | + <y>60</y> |
| 71 | + <width>61</width> |
| 72 | + <height>21</height> |
| 73 | + </rect> |
| 74 | + </property> |
| 75 | + <property name="text"> |
| 76 | + <string>词典名称:</string> |
| 77 | + </property> |
| 78 | + </widget> |
| 79 | + <widget class="QLineEdit" name="DictNameLineEdit"> |
| 80 | + <property name="geometry"> |
| 81 | + <rect> |
| 82 | + <x>70</x> |
| 83 | + <y>61</y> |
| 84 | + <width>231</width> |
| 85 | + <height>20</height> |
| 86 | + </rect> |
| 87 | + </property> |
| 88 | + </widget> |
| 89 | + <widget class="QLabel" name="DictPathLabel"> |
| 90 | + <property name="geometry"> |
| 91 | + <rect> |
| 92 | + <x>10</x> |
| 93 | + <y>30</y> |
| 94 | + <width>61</width> |
| 95 | + <height>21</height> |
| 96 | + </rect> |
| 97 | + </property> |
| 98 | + <property name="text"> |
| 99 | + <string>词 典:</string> |
| 100 | + </property> |
| 101 | + </widget> |
| 102 | + <widget class="QLineEdit" name="DictPathLineEdit"> |
| 103 | + <property name="geometry"> |
| 104 | + <rect> |
| 105 | + <x>70</x> |
| 106 | + <y>31</y> |
| 107 | + <width>161</width> |
| 108 | + <height>20</height> |
| 109 | + </rect> |
| 110 | + </property> |
| 111 | + <property name="readOnly"> |
| 112 | + <bool>true</bool> |
| 113 | + </property> |
| 114 | + </widget> |
| 115 | + <widget class="QPushButton" name="ImportButton"> |
| 116 | + <property name="geometry"> |
| 117 | + <rect> |
| 118 | + <x>240</x> |
| 119 | + <y>30</y> |
| 120 | + <width>61</width> |
| 121 | + <height>22</height> |
| 122 | + </rect> |
| 123 | + </property> |
| 124 | + <property name="text"> |
| 125 | + <string>导入</string> |
| 126 | + </property> |
| 127 | + <property name="icon"> |
| 128 | + <iconset resource="rc.qrc"> |
| 129 | + <normaloff>:/new/prefix1/rc/Go In.ico</normaloff>:/new/prefix1/rc/Go In.ico</iconset> |
| 130 | + </property> |
| 131 | + <property name="autoRepeat"> |
| 132 | + <bool>false</bool> |
| 133 | + </property> |
| 134 | + <property name="autoExclusive"> |
| 135 | + <bool>false</bool> |
| 136 | + </property> |
| 137 | + </widget> |
| 138 | + </widget> |
| 139 | + </widget> |
| 140 | + <resources> |
| 141 | + <include location="rc.qrc"/> |
| 142 | + </resources> |
| 143 | + <connections/> |
| 144 | +</ui> |
0 commit comments