layer_tiles_page.ui 4.0 KB
Newer Older
1 2 3 4 5 6 7 8 9
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>layer_tiles_page</class>
 <widget class="QWidget" name="layer_tiles_page">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>332</width>
10
    <height>334</height>
11 12 13 14 15 16 17 18 19 20 21
   </rect>
  </property>
  <property name="windowTitle">
   <string>Tiles Layer</string>
  </property>
  <property name="windowIcon">
   <iconset resource="../resource/resource.qrc">
    <normaloff>:/ui/icons/Crystal_folder19.png</normaloff>:/ui/icons/Crystal_folder19.png</iconset>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout">
   <item>
22
    <widget class="QLabel" name="label_QTV_3">
23
     <property name="text">
24
      <string>messages</string>
25 26 27 28
     </property>
    </widget>
   </item>
   <item>
29
    <widget class="QListView" name="listView_QTV_messages"/>
30 31
   </item>
   <item>
32
    <widget class="QLabel" name="label_qtv">
33 34 35 36 37 38 39 40
     <property name="text">
      <string>Address</string>
     </property>
    </widget>
   </item>
   <item>
    <layout class="QHBoxLayout" name="horizontalLayout_2">
     <item>
41
      <widget class="QLineEdit" name="lineEdit_QTV_addressUrl">
42 43 44 45 46 47
       <property name="toolTip">
        <string>such like &quot;http://localhost/osm_tiles2/%1/%2/%3.png&quot;</string>
       </property>
      </widget>
     </item>
     <item>
48
      <widget class="QCheckBox" name="checkBox_QTV_connect">
49 50 51 52 53 54 55 56 57 58 59 60
       <property name="text">
        <string>connect</string>
       </property>
       <property name="icon">
        <iconset resource="../resource/resource.qrc">
         <normaloff>:/ui/icons/cn11.png</normaloff>
         <normalon>:/ui/icons/cn6.png</normalon>:/ui/icons/cn11.png</iconset>
       </property>
      </widget>
     </item>
    </layout>
   </item>
61 62 63
   <item>
    <layout class="QHBoxLayout" name="horizontalLayout_3">
     <item>
64
      <widget class="QLabel" name="label_QTV_4">
65 66 67 68 69 70
       <property name="text">
        <string>Cahce Expire</string>
       </property>
      </widget>
     </item>
     <item>
71
      <widget class="QSpinBox" name="spinBox_QTV_cacheExpireDays">
72 73 74 75 76 77 78 79 80
       <property name="maximum">
        <number>365</number>
       </property>
       <property name="value">
        <number>30</number>
       </property>
      </widget>
     </item>
     <item>
81
      <widget class="QLabel" name="label_QTV_5">
82 83 84 85 86
       <property name="text">
        <string>Days</string>
       </property>
      </widget>
     </item>
丁劲犇's avatar
丁劲犇 已提交
87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
     <item>
      <widget class="QLabel" name="label_QTV_6">
       <property name="text">
        <string>Aplha</string>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QSpinBox" name="spinBox_QTV_Alpha">
       <property name="maximum">
        <number>255</number>
       </property>
       <property name="value">
        <number>255</number>
       </property>
      </widget>
     </item>
104 105
    </layout>
   </item>
106 107 108
   <item>
    <layout class="QHBoxLayout" name="horizontalLayout">
     <item>
109
      <widget class="QLabel" name="label_QTV_2">
110 111 112 113 114 115
       <property name="text">
        <string>Cahce Folder</string>
       </property>
      </widget>
     </item>
     <item>
116
      <widget class="QLineEdit" name="lineEdit_QTV_cacheFolder"/>
117 118
     </item>
     <item>
119
      <widget class="QToolButton" name="toolButton_QTV_browser">
120 121 122 123 124 125
       <property name="text">
        <string>...</string>
       </property>
      </widget>
     </item>
     <item>
126
      <widget class="QPushButton" name="pushButton_QTV_apply">
127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
       <property name="text">
        <string>Apply</string>
       </property>
       <property name="icon">
        <iconset resource="../resource/resource.qrc">
         <normaloff>:/ui/icons/coffee.png</normaloff>:/ui/icons/coffee.png</iconset>
       </property>
      </widget>
     </item>
    </layout>
   </item>
  </layout>
 </widget>
 <resources>
  <include location="../resource/resource.qrc"/>
142
  <include location="../resource/resource.qrc"/>
143 144 145
 </resources>
 <connections/>
</ui>