Warning, /education/marble/src/lib/marble/osm/OsmTagEditorWidget.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>OsmTagEditorWidgetPrivate</class>
0004  <widget class="QWidget" name="OsmTagEditorWidgetPrivate">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>1121</width>
0010     <height>756</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <layout class="QHBoxLayout" name="horizontalLayout">
0020    <item>
0021     <layout class="QVBoxLayout" name="verticalLayout_2">
0022      <item>
0023       <widget class="QLabel" name="label">
0024        <property name="text">
0025         <string>Current Tags</string>
0026        </property>
0027       </widget>
0028      </item>
0029      <item>
0030       <widget class="QTreeWidget" name="m_currentTagsList">
0031        <column>
0032         <property name="text">
0033          <string>Key</string>
0034         </property>
0035        </column>
0036        <column>
0037         <property name="text">
0038          <string>Value</string>
0039         </property>
0040        </column>
0041       </widget>
0042      </item>
0043     </layout>
0044    </item>
0045    <item>
0046     <layout class="QVBoxLayout" name="verticalLayout">
0047      <item>
0048       <widget class="QPushButton" name="m_addTagButton">
0049        <property name="maximumSize">
0050         <size>
0051          <width>40</width>
0052          <height>16777215</height>
0053         </size>
0054        </property>
0055        <property name="text">
0056         <string>&lt;&lt;</string>
0057        </property>
0058       </widget>
0059      </item>
0060      <item>
0061       <widget class="QPushButton" name="m_removeTagButton">
0062        <property name="maximumSize">
0063         <size>
0064          <width>40</width>
0065          <height>16777215</height>
0066         </size>
0067        </property>
0068        <property name="text">
0069         <string>&gt;&gt;</string>
0070        </property>
0071       </widget>
0072      </item>
0073     </layout>
0074    </item>
0075    <item>
0076     <layout class="QVBoxLayout" name="verticalLayout_3">
0077      <item>
0078       <widget class="QLabel" name="label_2">
0079        <property name="text">
0080         <string>Related Tags</string>
0081        </property>
0082       </widget>
0083      </item>
0084      <item>
0085       <widget class="QTreeWidget" name="m_recommendedTagsList">
0086        <column>
0087         <property name="text">
0088          <string>Key</string>
0089         </property>
0090        </column>
0091        <column>
0092         <property name="text">
0093          <string>Value</string>
0094         </property>
0095        </column>
0096       </widget>
0097      </item>
0098     </layout>
0099    </item>
0100   </layout>
0101  </widget>
0102  <resources/>
0103  <connections/>
0104 </ui>