Warning, /education/khipu/src/spaceinformation.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>SpaceInformationWidget</class>
0004  <widget class="QDockWidget" name="SpaceInformationWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>229</width>
0010     <height>278</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <property name="minimumSize">
0020    <size>
0021     <width>107</width>
0022     <height>278</height>
0023    </size>
0024   </property>
0025   <property name="maximumSize">
0026    <size>
0027     <width>524287</width>
0028     <height>524287</height>
0029    </size>
0030   </property>
0031   <property name="floating">
0032    <bool>false</bool>
0033   </property>
0034   <property name="features">
0035    <set>QDockWidget::AllDockWidgetFeatures</set>
0036   </property>
0037   <property name="allowedAreas">
0038    <set>Qt::AllDockWidgetAreas</set>
0039   </property>
0040   <property name="windowTitle">
0041    <string>Notes</string>
0042   </property>
0043   <widget class="QWidget" name="dockWidgetContents">
0044    <layout class="QVBoxLayout" name="verticalLayout_6">
0045     <item>
0046      <layout class="QHBoxLayout" name="horizontalLayout_9">
0047       <item>
0048        <widget class="QLabel" name="label_6">
0049         <property name="text">
0050          <string>Title:</string>
0051         </property>
0052        </widget>
0053       </item>
0054       <item>
0055        <widget class="KLineEdit" name="spaceTitle">
0056         <property name="minimumSize">
0057          <size>
0058           <width>0</width>
0059           <height>30</height>
0060          </size>
0061         </property>
0062         <property name="maximumSize">
0063          <size>
0064           <width>16777215</width>
0065           <height>30</height>
0066          </size>
0067         </property>
0068         <property name="showClearButton" stdset="0">
0069          <bool>true</bool>
0070         </property>
0071        </widget>
0072       </item>
0073      </layout>
0074     </item>
0075     <item>
0076      <layout class="QVBoxLayout" name="verticalLayout_5">
0077       <item>
0078        <widget class="QLabel" name="label_7">
0079         <property name="text">
0080          <string>Description:</string>
0081         </property>
0082        </widget>
0083       </item>
0084       <item>
0085        <widget class="QPlainTextEdit" name="spaceDescription"/>
0086       </item>
0087      </layout>
0088     </item>
0089    </layout>
0090   </widget>
0091  </widget>
0092  <customwidgets>
0093   <customwidget>
0094    <class>KLineEdit</class>
0095    <extends>QLineEdit</extends>
0096    <header>klineedit.h</header>
0097   </customwidget>
0098  </customwidgets>
0099  <resources/>
0100  <connections/>
0101 </ui>