Warning, /office/calligra/libs/rdf/KoSemanticStylesheetsEditor.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>KoSemanticStylesheetsEditor</class>
0004  <widget class="QWidget" name="KoSemanticStylesheetsEditor">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>382</width>
0010     <height>297</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout">
0014    <item row="0" column="3">
0015     <widget class="QGroupBox" name="groupBox">
0016      <property name="title">
0017       <string>Stylesheet Definition</string>
0018      </property>
0019      <layout class="QGridLayout" name="gridLayout_2">
0020       <item row="0" column="0">
0021        <widget class="QTextEdit" name="definition"/>
0022       </item>
0023      </layout>
0024     </widget>
0025    </item>
0026    <item row="1" column="3">
0027     <widget class="QGroupBox" name="groupBox_2">
0028      <property name="title">
0029       <string>Variables Available</string>
0030      </property>
0031      <layout class="QGridLayout" name="gridLayout_3">
0032       <item row="0" column="0">
0033        <widget class="QTableWidget" name="variables">
0034         <property name="editTriggers">
0035          <set>QAbstractItemView::NoEditTriggers</set>
0036         </property>
0037         <property name="dragEnabled">
0038          <bool>true</bool>
0039         </property>
0040         <property name="selectionBehavior">
0041          <enum>QAbstractItemView::SelectRows</enum>
0042         </property>
0043         <property name="sortingEnabled">
0044          <bool>true</bool>
0045         </property>
0046         <property name="cornerButtonEnabled">
0047          <bool>false</bool>
0048         </property>
0049         <attribute name="horizontalHeaderStretchLastSection">
0050          <bool>true</bool>
0051         </attribute>
0052         <attribute name="verticalHeaderVisible">
0053          <bool>false</bool>
0054         </attribute>
0055         <column>
0056          <property name="text">
0057           <string>Variable</string>
0058          </property>
0059         </column>
0060         <column>
0061          <property name="text">
0062           <string>Description</string>
0063          </property>
0064         </column>
0065        </widget>
0066       </item>
0067      </layout>
0068     </widget>
0069    </item>
0070    <item row="0" column="0" rowspan="2">
0071     <layout class="QVBoxLayout" name="verticalLayout">
0072      <item>
0073       <layout class="QHBoxLayout" name="horizontalLayout">
0074        <item>
0075         <widget class="QPushButton" name="newStylesheet">
0076          <property name="text">
0077           <string>new</string>
0078          </property>
0079         </widget>
0080        </item>
0081        <item>
0082         <widget class="QPushButton" name="deleteStylesheet">
0083          <property name="text">
0084           <string>delete</string>
0085          </property>
0086         </widget>
0087        </item>
0088        <item>
0089         <spacer name="horizontalSpacer">
0090          <property name="orientation">
0091           <enum>Qt::Horizontal</enum>
0092          </property>
0093          <property name="sizeHint" stdset="0">
0094           <size>
0095            <width>40</width>
0096            <height>20</height>
0097           </size>
0098          </property>
0099         </spacer>
0100        </item>
0101       </layout>
0102      </item>
0103      <item>
0104       <widget class="QTreeWidget" name="stylesheets">
0105        <column>
0106         <property name="text">
0107          <string>Stylesheet Name</string>
0108         </property>
0109        </column>
0110       </widget>
0111      </item>
0112     </layout>
0113    </item>
0114   </layout>
0115  </widget>
0116  <resources/>
0117  <connections/>
0118 </ui>