qtvplugin_grid.ui 6.0 KB
Newer Older
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>qtvplugin_grid</class>
 <widget class="QWidget" name="qtvplugin_grid">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
丁劲犇's avatar
丁劲犇 已提交
9
    <width>422</width>
丁劲犇's avatar
丁劲犇 已提交
10
    <height>418</height>
11 12 13 14 15
   </rect>
  </property>
  <property name="windowTitle">
   <string>Grid</string>
  </property>
16 17 18 19
  <property name="windowIcon">
   <iconset resource="resources.qrc">
    <normaloff>:/icons/Brush_Ruler_Alt.png</normaloff>:/icons/Brush_Ruler_Alt.png</iconset>
  </property>
20
  <layout class="QVBoxLayout" name="verticalLayout_2">
21 22 23
   <item>
    <layout class="QHBoxLayout" name="horizontalLayout">
     <item>
24
      <widget class="QCheckBox" name="checkBox_QTV_measure">
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
       <property name="text">
        <string>Ruler Active</string>
       </property>
       <property name="icon">
        <iconset resource="resources.qrc">
         <normaloff>:/icons/Brush_Ruler_Alt.png</normaloff>:/icons/Brush_Ruler_Alt.png</iconset>
       </property>
      </widget>
     </item>
     <item>
      <spacer name="horizontalSpacer">
       <property name="orientation">
        <enum>Qt::Horizontal</enum>
       </property>
       <property name="sizeHint" stdset="0">
        <size>
         <width>40</width>
         <height>20</height>
        </size>
       </property>
      </spacer>
     </item>
    </layout>
   </item>
49
   <item>
50
    <widget class="QGroupBox" name="groupBox_qtv">
51 52 53 54 55
     <property name="title">
      <string>Mark</string>
     </property>
     <layout class="QVBoxLayout" name="verticalLayout">
      <item>
56
       <widget class="QPlainTextEdit" name="plainTextEdit_QTV_markcmd">
57 58 59 60 61 62 63 64 65 66
        <property name="maximumSize">
         <size>
          <width>16777215</width>
          <height>64</height>
         </size>
        </property>
       </widget>
      </item>
      <item>
       <layout class="QHBoxLayout" name="horizontalLayout_3">
丁劲犇's avatar
丁劲犇 已提交
67
        <item>
68
         <widget class="QRadioButton" name="radioButton_QTV_latfirst">
丁劲犇's avatar
丁劲犇 已提交
69 70 71 72 73 74 75 76 77
          <property name="text">
           <string>LatLon</string>
          </property>
          <property name="checked">
           <bool>true</bool>
          </property>
         </widget>
        </item>
        <item>
78
         <widget class="QRadioButton" name="radioButton_QTV_lonfirst">
丁劲犇's avatar
丁劲犇 已提交
79 80 81 82 83
          <property name="text">
           <string>LonLat</string>
          </property>
         </widget>
        </item>
84
        <item>
85
         <widget class="QLabel" name="label_QTV_2">
86
          <property name="text">
丁劲犇's avatar
丁劲犇 已提交
87
           <string>,West spliter</string>
88 89 90 91
          </property>
         </widget>
        </item>
        <item>
92
         <widget class="QLineEdit" name="lineEdit_QTV_west_spliter"/>
93 94
        </item>
        <item>
95
         <widget class="QLabel" name="label_qtv">
96 97 98 99 100 101
          <property name="text">
           <string>South spliter</string>
          </property>
         </widget>
        </item>
        <item>
102
         <widget class="QLineEdit" name="lineEdit_QTV_south_spliter"/>
103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
        </item>
       </layout>
      </item>
      <item>
       <layout class="QHBoxLayout" name="horizontalLayout_2">
        <item>
         <spacer name="horizontalSpacer_2">
          <property name="orientation">
           <enum>Qt::Horizontal</enum>
          </property>
          <property name="sizeHint" stdset="0">
           <size>
            <width>37</width>
            <height>17</height>
           </size>
          </property>
         </spacer>
        </item>
丁劲犇's avatar
丁劲犇 已提交
121 122 123
        <item>
         <widget class="QComboBox" name="combox_type"/>
        </item>
124
        <item>
125
         <widget class="QPushButton" name="pushButton_QTV_add_mark">
126 127 128
          <property name="text">
           <string>Add</string>
          </property>
丁劲犇's avatar
丁劲犇 已提交
129 130 131 132
          <property name="icon">
           <iconset resource="../qtvplugin_geomarker/resources.qrc">
            <normaloff>:/icons/Add to favourites.png</normaloff>:/icons/Add to favourites.png</iconset>
          </property>
133 134 135
         </widget>
        </item>
        <item>
136
         <widget class="QPushButton" name="pushButton_QTV_clear">
137 138 139
          <property name="text">
           <string>Clear</string>
          </property>
丁劲犇's avatar
丁劲犇 已提交
140 141 142 143
          <property name="icon">
           <iconset resource="resources.qrc">
            <normaloff>:/icons/Delete-1.png</normaloff>:/icons/Delete-1.png</iconset>
          </property>
144 145 146
         </widget>
        </item>
        <item>
147
         <widget class="QPushButton" name="pushButton_QTV_clear_all">
148 149 150
          <property name="text">
           <string>Clear All</string>
          </property>
丁劲犇's avatar
丁劲犇 已提交
151 152 153 154
          <property name="icon">
           <iconset resource="../qtvplugin_geomarker/resources.qrc">
            <normaloff>:/icons/delete-21.png</normaloff>:/icons/delete-21.png</iconset>
          </property>
155 156 157 158 159 160 161
         </widget>
        </item>
       </layout>
      </item>
     </layout>
    </widget>
   </item>
162
   <item>
163
    <widget class="QLabel" name="label_QTV_5">
164 165 166 167 168 169
     <property name="text">
      <string>Cursor</string>
     </property>
    </widget>
   </item>
   <item>
170
    <widget class="QPlainTextEdit" name="plainTextEdit_QTV_cursor">
171 172 173
     <property name="maximumSize">
      <size>
       <width>16777215</width>
174
       <height>64</height>
175 176 177 178 179
      </size>
     </property>
    </widget>
   </item>
   <item>
180
    <widget class="QLabel" name="label_QTV_4">
181 182 183 184 185 186
     <property name="text">
      <string>Results</string>
     </property>
    </widget>
   </item>
   <item>
187
    <widget class="QPlainTextEdit" name="plainTextEdit_QTV_RES">
188 189 190 191 192 193 194 195 196 197 198
     <property name="lineWrapMode">
      <enum>QPlainTextEdit::NoWrap</enum>
     </property>
     <property name="backgroundVisible">
      <bool>false</bool>
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <resources>
丁劲犇's avatar
丁劲犇 已提交
199
  <include location="../qtvplugin_geomarker/resources.qrc"/>
200 201 202 203
  <include location="resources.qrc"/>
 </resources>
 <connections/>
</ui>