Warning, /education/marble/src/plugins/render/annotate/EditPolygonDialog.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>UiEditPolygonDialog</class>
0004  <widget class="QDialog" name="UiEditPolygonDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>323</width>
0010     <height>390</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Add polygon</string>
0015   </property>
0016   <property name="sizeGripEnabled">
0017    <bool>false</bool>
0018   </property>
0019   <layout class="QVBoxLayout" name="verticalLayout_4">
0020    <item>
0021     <layout class="QHBoxLayout" name="horizontalLayout">
0022      <item>
0023       <widget class="QLabel" name="label">
0024        <property name="text">
0025         <string>Name</string>
0026        </property>
0027       </widget>
0028      </item>
0029      <item>
0030       <widget class="QLineEdit" name="m_name">
0031        <property name="text">
0032         <string/>
0033        </property>
0034       </widget>
0035      </item>
0036     </layout>
0037    </item>
0038    <item>
0039     <widget class="QTabWidget" name="tabWidget">
0040      <property name="currentIndex">
0041       <number>1</number>
0042      </property>
0043      <widget class="QWidget" name="m_descriptionTab">
0044       <attribute name="title">
0045        <string>Description</string>
0046       </attribute>
0047       <layout class="QVBoxLayout" name="verticalLayout_2">
0048        <item>
0049         <widget class="Marble::FormattedTextWidget" name="m_formattedTextWidget" native="true"/>
0050        </item>
0051       </layout>
0052      </widget>
0053      <widget class="QWidget" name="m_styleTab">
0054       <attribute name="title">
0055        <string>Style, Color</string>
0056       </attribute>
0057       <layout class="QVBoxLayout" name="verticalLayout">
0058        <item>
0059         <widget class="QGroupBox" name="linesGroupBox">
0060          <property name="title">
0061           <string>Lines</string>
0062          </property>
0063          <layout class="QHBoxLayout" name="horizontalLayout_2">
0064           <item>
0065            <widget class="QLabel" name="label_3">
0066             <property name="text">
0067              <string>Color:</string>
0068             </property>
0069            </widget>
0070           </item>
0071           <item>
0072            <widget class="QPushButton" name="m_linesColorButton">
0073             <property name="enabled">
0074              <bool>true</bool>
0075             </property>
0076             <property name="sizePolicy">
0077              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0078               <horstretch>0</horstretch>
0079               <verstretch>0</verstretch>
0080              </sizepolicy>
0081             </property>
0082             <property name="maximumSize">
0083              <size>
0084               <width>24</width>
0085               <height>24</height>
0086              </size>
0087             </property>
0088             <property name="text">
0089              <string/>
0090             </property>
0091             <property name="iconSize">
0092              <size>
0093               <width>12</width>
0094               <height>12</height>
0095              </size>
0096             </property>
0097            </widget>
0098           </item>
0099           <item>
0100            <spacer name="horizontalSpacer_2">
0101             <property name="orientation">
0102              <enum>Qt::Horizontal</enum>
0103             </property>
0104             <property name="sizeType">
0105              <enum>QSizePolicy::Fixed</enum>
0106             </property>
0107             <property name="sizeHint" stdset="0">
0108              <size>
0109               <width>20</width>
0110               <height>20</height>
0111              </size>
0112             </property>
0113            </spacer>
0114           </item>
0115           <item>
0116            <widget class="QLabel" name="label_4">
0117             <property name="text">
0118              <string>Width:</string>
0119             </property>
0120            </widget>
0121           </item>
0122           <item>
0123            <widget class="QDoubleSpinBox" name="m_linesWidth">
0124             <property name="decimals">
0125              <number>1</number>
0126             </property>
0127             <property name="minimum">
0128              <double>0.100000000000000</double>
0129             </property>
0130             <property name="maximum">
0131              <double>10.000000000000000</double>
0132             </property>
0133             <property name="singleStep">
0134              <double>0.100000000000000</double>
0135             </property>
0136            </widget>
0137           </item>
0138           <item>
0139            <spacer name="horizontalSpacer_3">
0140             <property name="orientation">
0141              <enum>Qt::Horizontal</enum>
0142             </property>
0143             <property name="sizeHint" stdset="0">
0144              <size>
0145               <width>71</width>
0146               <height>20</height>
0147              </size>
0148             </property>
0149            </spacer>
0150           </item>
0151          </layout>
0152         </widget>
0153        </item>
0154        <item>
0155         <widget class="QGroupBox" name="areaGroupBox">
0156          <property name="title">
0157           <string>Area</string>
0158          </property>
0159          <layout class="QHBoxLayout" name="horizontalLayout_3">
0160           <item>
0161            <widget class="QLabel" name="label_7">
0162             <property name="text">
0163              <string>Color:</string>
0164             </property>
0165            </widget>
0166           </item>
0167           <item>
0168            <widget class="QPushButton" name="m_polyColorButton">
0169             <property name="maximumSize">
0170              <size>
0171               <width>24</width>
0172               <height>24</height>
0173              </size>
0174             </property>
0175             <property name="text">
0176              <string/>
0177             </property>
0178             <property name="iconSize">
0179              <size>
0180               <width>12</width>
0181               <height>12</height>
0182              </size>
0183             </property>
0184            </widget>
0185           </item>
0186           <item>
0187            <spacer name="horizontalSpacer">
0188             <property name="orientation">
0189              <enum>Qt::Horizontal</enum>
0190             </property>
0191             <property name="sizeType">
0192              <enum>QSizePolicy::Fixed</enum>
0193             </property>
0194             <property name="sizeHint" stdset="0">
0195              <size>
0196               <width>20</width>
0197               <height>20</height>
0198              </size>
0199             </property>
0200            </spacer>
0201           </item>
0202           <item>
0203            <widget class="QComboBox" name="m_filledColor">
0204             <item>
0205              <property name="text">
0206               <string>Filled</string>
0207              </property>
0208             </item>
0209             <item>
0210              <property name="text">
0211               <string>Not Filled</string>
0212              </property>
0213             </item>
0214            </widget>
0215           </item>
0216           <item>
0217            <spacer name="horizontalSpacer_5">
0218             <property name="orientation">
0219              <enum>Qt::Horizontal</enum>
0220             </property>
0221             <property name="sizeHint" stdset="0">
0222              <size>
0223               <width>92</width>
0224               <height>20</height>
0225              </size>
0226             </property>
0227            </spacer>
0228           </item>
0229          </layout>
0230          <zorder>m_filledColor</zorder>
0231          <zorder>label_7</zorder>
0232          <zorder>m_polyColorButton</zorder>
0233         </widget>
0234        </item>
0235        <item>
0236         <spacer name="verticalSpacer">
0237          <property name="orientation">
0238           <enum>Qt::Vertical</enum>
0239          </property>
0240          <property name="sizeHint" stdset="0">
0241           <size>
0242            <width>20</width>
0243            <height>119</height>
0244           </size>
0245          </property>
0246         </spacer>
0247        </item>
0248       </layout>
0249      </widget>
0250      <widget class="QWidget" name="tab">
0251       <attribute name="title">
0252        <string>Nodes</string>
0253       </attribute>
0254       <layout class="QVBoxLayout" name="verticalLayout_3">
0255        <item>
0256         <widget class="QTreeView" name="m_nodeView">
0257          <property name="rootIsDecorated">
0258           <bool>false</bool>
0259          </property>
0260          <attribute name="headerStretchLastSection">
0261           <bool>true</bool>
0262          </attribute>
0263         </widget>
0264        </item>
0265       </layout>
0266      </widget>
0267     </widget>
0268    </item>
0269    <item>
0270     <widget class="QDialogButtonBox" name="buttonBox">
0271      <property name="orientation">
0272       <enum>Qt::Horizontal</enum>
0273      </property>
0274      <property name="standardButtons">
0275       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0276      </property>
0277     </widget>
0278    </item>
0279   </layout>
0280  </widget>
0281  <customwidgets>
0282   <customwidget>
0283    <class>Marble::FormattedTextWidget</class>
0284    <extends>QWidget</extends>
0285    <header>FormattedTextWidget.h</header>
0286    <container>1</container>
0287   </customwidget>
0288  </customwidgets>
0289  <resources/>
0290  <connections>
0291   <connection>
0292    <sender>buttonBox</sender>
0293    <signal>rejected()</signal>
0294    <receiver>UiEditPolygonDialog</receiver>
0295    <slot>reject()</slot>
0296    <hints>
0297     <hint type="sourcelabel">
0298      <x>316</x>
0299      <y>260</y>
0300     </hint>
0301     <hint type="destinationlabel">
0302      <x>286</x>
0303      <y>274</y>
0304     </hint>
0305    </hints>
0306   </connection>
0307  </connections>
0308 </ui>