Warning, /graphics/kphotoalbum/Viewer/SelectCategoryAndValue.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>SelectCategoryAndValue</class>
0004  <widget class="QDialog" name="SelectCategoryAndValue">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>1024</width>
0010     <height>666</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Dialog</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout_3">
0017    <item>
0018     <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,1">
0019      <item>
0020       <layout class="QVBoxLayout" name="verticalLayout">
0021        <item>
0022         <widget class="QLabel" name="label">
0023          <property name="text">
0024           <string>TextLabel</string>
0025          </property>
0026         </widget>
0027        </item>
0028        <item>
0029         <widget class="QLineEdit" name="lineEdit">
0030          <property name="minimumSize">
0031           <size>
0032            <width>300</width>
0033            <height>0</height>
0034           </size>
0035          </property>
0036         </widget>
0037        </item>
0038        <item>
0039         <layout class="QHBoxLayout" name="horizontalLayout_2">
0040          <item>
0041           <widget class="QPushButton" name="addNewTag">
0042            <property name="text">
0043             <string>Add new Tag</string>
0044            </property>
0045           </widget>
0046          </item>
0047          <item>
0048           <spacer name="horizontalSpacer">
0049            <property name="orientation">
0050             <enum>Qt::Horizontal</enum>
0051            </property>
0052            <property name="sizeHint" stdset="0">
0053             <size>
0054              <width>40</width>
0055              <height>20</height>
0056             </size>
0057            </property>
0058           </spacer>
0059          </item>
0060         </layout>
0061        </item>
0062        <item>
0063         <layout class="QFormLayout" name="formLayout">
0064          <item row="0" column="0">
0065           <widget class="QLabel" name="categoryLabel">
0066            <property name="text">
0067             <string>Category</string>
0068            </property>
0069           </widget>
0070          </item>
0071          <item row="0" column="1">
0072           <widget class="QComboBox" name="category"/>
0073          </item>
0074          <item row="1" column="0">
0075           <widget class="QLabel" name="titleLabel">
0076            <property name="text">
0077             <string>Title</string>
0078            </property>
0079           </widget>
0080          </item>
0081          <item row="1" column="1">
0082           <widget class="QLineEdit" name="value">
0083            <property name="minimumSize">
0084             <size>
0085              <width>250</width>
0086              <height>0</height>
0087             </size>
0088            </property>
0089           </widget>
0090          </item>
0091          <item row="2" column="1">
0092           <spacer name="verticalSpacer">
0093            <property name="orientation">
0094             <enum>Qt::Vertical</enum>
0095            </property>
0096            <property name="sizeHint" stdset="0">
0097             <size>
0098              <width>20</width>
0099              <height>40</height>
0100             </size>
0101            </property>
0102           </spacer>
0103          </item>
0104         </layout>
0105        </item>
0106       </layout>
0107      </item>
0108      <item>
0109       <widget class="Line" name="line">
0110        <property name="orientation">
0111         <enum>Qt::Vertical</enum>
0112        </property>
0113       </widget>
0114      </item>
0115      <item>
0116       <layout class="QVBoxLayout" name="verticalLayout_2">
0117        <item>
0118         <widget class="QLabel" name="label_2">
0119          <property name="text">
0120           <string>Existing Assignments</string>
0121          </property>
0122         </widget>
0123        </item>
0124        <item>
0125         <widget class="QTableView" name="knownAssignments"/>
0126        </item>
0127       </layout>
0128      </item>
0129     </layout>
0130    </item>
0131    <item>
0132     <widget class="QDialogButtonBox" name="buttonBox">
0133      <property name="standardButtons">
0134       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
0135      </property>
0136     </widget>
0137    </item>
0138   </layout>
0139  </widget>
0140  <resources/>
0141  <connections>
0142   <connection>
0143    <sender>buttonBox</sender>
0144    <signal>accepted()</signal>
0145    <receiver>SelectCategoryAndValue</receiver>
0146    <slot>accept()</slot>
0147    <hints>
0148     <hint type="sourcelabel">
0149      <x>436</x>
0150      <y>82</y>
0151     </hint>
0152     <hint type="destinationlabel">
0153      <x>52</x>
0154      <y>45</y>
0155     </hint>
0156    </hints>
0157   </connection>
0158   <connection>
0159    <sender>buttonBox</sender>
0160    <signal>rejected()</signal>
0161    <receiver>SelectCategoryAndValue</receiver>
0162    <slot>reject()</slot>
0163    <hints>
0164     <hint type="sourcelabel">
0165      <x>475</x>
0166      <y>85</y>
0167     </hint>
0168     <hint type="destinationlabel">
0169      <x>595</x>
0170      <y>48</y>
0171     </hint>
0172    </hints>
0173   </connection>
0174  </connections>
0175 </ui>