Warning, /education/kalzium/src/tools/obconverterwidget.ui is written in an unsupported language. File is not indexed.
0001 <ui version="4.0" > 0002 <class>OBConverterWidget</class> 0003 <widget class="QWidget" name="OBConverterWidget" > 0004 <property name="geometry" > 0005 <rect> 0006 <x>0</x> 0007 <y>0</y> 0008 <width>581</width> 0009 <height>443</height> 0010 </rect> 0011 </property> 0012 <layout class="QGridLayout" > 0013 <property name="margin" > 0014 <number>9</number> 0015 </property> 0016 <property name="spacing" > 0017 <number>6</number> 0018 </property> 0019 <item row="0" column="0" colspan="2" > 0020 <widget class="QGroupBox" name="groupBox" > 0021 <property name="title" > 0022 <string>Files to convert</string> 0023 </property> 0024 <layout class="QGridLayout" > 0025 <property name="margin" > 0026 <number>9</number> 0027 </property> 0028 <property name="spacing" > 0029 <number>6</number> 0030 </property> 0031 <item row="3" column="1" > 0032 <widget class="QPushButton" name="selectAllFileButton" > 0033 <property name="text" > 0034 <string>&Select all</string> 0035 </property> 0036 </widget> 0037 </item> 0038 <item row="2" column="1" > 0039 <spacer> 0040 <property name="orientation" > 0041 <enum>Qt::Vertical</enum> 0042 </property> 0043 <property name="sizeHint" > 0044 <size> 0045 <width>20</width> 0046 <height>40</height> 0047 </size> 0048 </property> 0049 </spacer> 0050 </item> 0051 <item row="1" column="1" > 0052 <widget class="QPushButton" name="deleteFileButton" > 0053 <property name="text" > 0054 <string>&Remove</string> 0055 </property> 0056 </widget> 0057 </item> 0058 <item row="0" column="1" > 0059 <widget class="QPushButton" name="addFileButton" > 0060 <property name="text" > 0061 <string>&Add</string> 0062 </property> 0063 </widget> 0064 </item> 0065 <item rowspan="5" row="0" column="0" > 0066 <widget class="QListWidget" name="FileListView" > 0067 <property name="whatsThis" > 0068 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css"> 0069 p, li { white-space: pre-wrap; } 0070 </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;"> 0071 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You see the files which will be converted here. Use the buttons to add and remove files from the list.</p></body></html></string> 0072 </property> 0073 <property name="selectionMode" > 0074 <enum>QAbstractItemView::MultiSelection</enum> 0075 </property> 0076 </widget> 0077 </item> 0078 </layout> 0079 </widget> 0080 </item> 0081 <item row="1" column="0" colspan="2" > 0082 <layout class="QHBoxLayout" > 0083 <property name="margin" > 0084 <number>0</number> 0085 </property> 0086 <property name="spacing" > 0087 <number>6</number> 0088 </property> 0089 <item> 0090 <widget class="QLabel" name="label" > 0091 <property name="text" > 0092 <string>Convert from:</string> 0093 </property> 0094 <property name="buddy" > 0095 <cstring>InputTypeComboBox</cstring> 0096 </property> 0097 </widget> 0098 </item> 0099 <item> 0100 <widget class="KComboBox" name="InputTypeComboBox" > 0101 <property name="sizePolicy" > 0102 <sizepolicy> 0103 <hsizetype>3</hsizetype> 0104 <vsizetype>0</vsizetype> 0105 <horstretch>0</horstretch> 0106 <verstretch>0</verstretch> 0107 </sizepolicy> 0108 </property> 0109 </widget> 0110 </item> 0111 </layout> 0112 </item> 0113 <item row="2" column="0" colspan="2" > 0114 <layout class="QHBoxLayout" > 0115 <property name="margin" > 0116 <number>0</number> 0117 </property> 0118 <property name="spacing" > 0119 <number>6</number> 0120 </property> 0121 <item> 0122 <widget class="QLabel" name="label_2" > 0123 <property name="text" > 0124 <string>Convert to:</string> 0125 </property> 0126 <property name="buddy" > 0127 <cstring>InputTypeComboBox</cstring> 0128 </property> 0129 </widget> 0130 </item> 0131 <item> 0132 <widget class="KComboBox" name="OutputTypeComboBox" > 0133 <property name="sizePolicy" > 0134 <sizepolicy> 0135 <hsizetype>3</hsizetype> 0136 <vsizetype>0</vsizetype> 0137 <horstretch>0</horstretch> 0138 <verstretch>0</verstretch> 0139 </sizepolicy> 0140 </property> 0141 </widget> 0142 </item> 0143 </layout> 0144 </item> 0145 </layout> 0146 </widget> 0147 <customwidgets> 0148 <customwidget> 0149 <class>KComboBox</class> 0150 <extends>QComboBox</extends> 0151 <header>kcombobox.h</header> 0152 </customwidget> 0153 </customwidgets> 0154 <resources/> 0155 <connections/> 0156 </ui>