Warning, /office/kexi/src/widget/KexiProjectSelector.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>KexiProjectSelector</class>
0004  <widget class="QWidget" name="KexiProjectSelector">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>549</width>
0010     <height>219</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <layout class="QVBoxLayout">
0020    <property name="margin">
0021     <number>0</number>
0022    </property>
0023    <item>
0024     <widget class="QLabel" name="label">
0025      <property name="sizePolicy">
0026       <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
0027        <horstretch>0</horstretch>
0028        <verstretch>0</verstretch>
0029       </sizepolicy>
0030      </property>
0031      <property name="text">
0032       <string>&lt;b&gt;There are Kexi projects you have recently opened.&lt;/b&gt; Select one you wish to open:
0033 </string>
0034      </property>
0035      <property name="alignment">
0036       <set>Qt::AlignTop</set>
0037      </property>
0038      <property name="wordWrap">
0039       <bool>true</bool>
0040      </property>
0041      <property name="openExternalLinks">
0042       <bool>true</bool>
0043      </property>
0044     </widget>
0045    </item>
0046    <item>
0047     <widget class="QTreeWidget" name="list">
0048      <property name="sizePolicy">
0049       <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
0050        <horstretch>0</horstretch>
0051        <verstretch>1</verstretch>
0052       </sizepolicy>
0053      </property>
0054      <property name="minimumSize">
0055       <size>
0056        <width>0</width>
0057        <height>60</height>
0058       </size>
0059      </property>
0060      <property name="allColumnsShowFocus">
0061       <bool>true</bool>
0062      </property>
0063      <property name="sortingEnabled">
0064       <bool>true</bool>
0065      </property>
0066      <attribute name="headerShowSortIndicator" stdset="0">
0067       <bool>true</bool>
0068      </attribute>
0069      <property name="rootIsDecorated">
0070       <bool>false</bool>
0071      </property>
0072      <column>
0073       <property name="text">
0074        <string>Project Name</string>
0075       </property>
0076       <property name="clickable">
0077        <bool>true</bool>
0078       </property>
0079       <property name="resizable">
0080        <bool>true</bool>
0081       </property>
0082      </column>
0083      <column>
0084       <property name="text">
0085        <string>Database</string>
0086       </property>
0087       <property name="clickable">
0088        <bool>true</bool>
0089       </property>
0090       <property name="resizable">
0091        <bool>true</bool>
0092       </property>
0093      </column>
0094      <column>
0095       <property name="text">
0096        <string>Type</string>
0097       </property>
0098       <property name="clickable">
0099        <bool>true</bool>
0100       </property>
0101       <property name="resizable">
0102        <bool>true</bool>
0103       </property>
0104      </column>
0105      <column>
0106       <property name="text">
0107        <string>Connection</string>
0108       </property>
0109       <property name="clickable">
0110        <bool>true</bool>
0111       </property>
0112       <property name="resizable">
0113        <bool>true</bool>
0114       </property>
0115      </column>
0116     </widget>
0117    </item>
0118   </layout>
0119  </widget>
0120  <layoutdefault spacing="6" margin="11"/>
0121  <customwidgets/>
0122  <tabstops>
0123   <tabstop>list</tabstop>
0124  </tabstops>
0125  <resources/>
0126  <connections/>
0127 </ui>