Warning, /education/labplot/src/kdefrontend/ui/datasources/importdatasetwidget.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>ImportDatasetWidget</class> 0004 <widget class="QWidget" name="ImportDatasetWidget"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>919</width> 0010 <height>757</height> 0011 </rect> 0012 </property> 0013 <property name="sizePolicy"> 0014 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 0015 <horstretch>0</horstretch> 0016 <verstretch>0</verstretch> 0017 </sizepolicy> 0018 </property> 0019 <layout class="QGridLayout" name="gridLayout"> 0020 <item row="0" column="0"> 0021 <widget class="QLabel" name="lCollections"> 0022 <property name="text"> 0023 <string>Collection:</string> 0024 </property> 0025 </widget> 0026 </item> 0027 <item row="0" column="4" rowspan="3"> 0028 <widget class="QScrollArea" name="saDetails"> 0029 <property name="sizePolicy"> 0030 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 0031 <horstretch>0</horstretch> 0032 <verstretch>0</verstretch> 0033 </sizepolicy> 0034 </property> 0035 <property name="horizontalScrollBarPolicy"> 0036 <enum>Qt::ScrollBarAlwaysOff</enum> 0037 </property> 0038 <property name="widgetResizable"> 0039 <bool>true</bool> 0040 </property> 0041 <widget class="QWidget" name="scrollAreaWidgetContents"> 0042 <property name="geometry"> 0043 <rect> 0044 <x>0</x> 0045 <y>0</y> 0046 <width>239</width> 0047 <height>741</height> 0048 </rect> 0049 </property> 0050 <property name="sizePolicy"> 0051 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> 0052 <horstretch>0</horstretch> 0053 <verstretch>0</verstretch> 0054 </sizepolicy> 0055 </property> 0056 <layout class="QGridLayout" name="gridLayout_3"> 0057 <item row="0" column="0"> 0058 <widget class="QLabel" name="lInfo"> 0059 <property name="sizePolicy"> 0060 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 0061 <horstretch>0</horstretch> 0062 <verstretch>0</verstretch> 0063 </sizepolicy> 0064 </property> 0065 <property name="text"> 0066 <string/> 0067 </property> 0068 <property name="textFormat"> 0069 <enum>Qt::RichText</enum> 0070 </property> 0071 <property name="alignment"> 0072 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> 0073 </property> 0074 <property name="wordWrap"> 0075 <bool>true</bool> 0076 </property> 0077 </widget> 0078 </item> 0079 </layout> 0080 </widget> 0081 </widget> 0082 </item> 0083 <item row="1" column="0"> 0084 <widget class="QLabel" name="lCategories"> 0085 <property name="text"> 0086 <string>Dataset:</string> 0087 </property> 0088 <property name="alignment"> 0089 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> 0090 </property> 0091 </widget> 0092 </item> 0093 <item row="1" column="1"> 0094 <widget class="QTreeWidget" name="twCategories"> 0095 <property name="sizePolicy"> 0096 <sizepolicy hsizetype="Minimum" vsizetype="MinimumExpanding"> 0097 <horstretch>0</horstretch> 0098 <verstretch>0</verstretch> 0099 </sizepolicy> 0100 </property> 0101 <column> 0102 <property name="text"> 0103 <string>Categories</string> 0104 </property> 0105 </column> 0106 </widget> 0107 </item> 0108 <item row="1" column="2"> 0109 <spacer name="horizontalSpacer"> 0110 <property name="orientation"> 0111 <enum>Qt::Horizontal</enum> 0112 </property> 0113 <property name="sizeType"> 0114 <enum>QSizePolicy::Fixed</enum> 0115 </property> 0116 <property name="sizeHint" stdset="0"> 0117 <size> 0118 <width>20</width> 0119 <height>20</height> 0120 </size> 0121 </property> 0122 </spacer> 0123 </item> 0124 <item row="1" column="3"> 0125 <widget class="QListWidget" name="lwDatasets"> 0126 <property name="sizePolicy"> 0127 <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> 0128 <horstretch>0</horstretch> 0129 <verstretch>0</verstretch> 0130 </sizepolicy> 0131 </property> 0132 </widget> 0133 </item> 0134 <item row="2" column="1" colspan="3"> 0135 <layout class="QHBoxLayout" name="horizontalLayout"> 0136 <item> 0137 <widget class="QLabel" name="lSearch"> 0138 <property name="sizePolicy"> 0139 <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> 0140 <horstretch>0</horstretch> 0141 <verstretch>0</verstretch> 0142 </sizepolicy> 0143 </property> 0144 <property name="text"> 0145 <string/> 0146 </property> 0147 </widget> 0148 </item> 0149 <item> 0150 <widget class="TimedLineEdit" name="leSearch"> 0151 <property name="sizePolicy"> 0152 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 0153 <horstretch>0</horstretch> 0154 <verstretch>0</verstretch> 0155 </sizepolicy> 0156 </property> 0157 <property name="clearButtonEnabled"> 0158 <bool>true</bool> 0159 </property> 0160 </widget> 0161 </item> 0162 </layout> 0163 </item> 0164 <item row="0" column="1" colspan="3"> 0165 <widget class="QComboBox" name="cbCollections"/> 0166 </item> 0167 </layout> 0168 </widget> 0169 <customwidgets> 0170 <customwidget> 0171 <class>TimedLineEdit</class> 0172 <extends>QLineEdit</extends> 0173 <header>src/kdefrontend/widgets/TimedLineEdit.h</header> 0174 </customwidget> 0175 </customwidgets> 0176 <tabstops> 0177 <tabstop>cbCollections</tabstop> 0178 <tabstop>twCategories</tabstop> 0179 <tabstop>lwDatasets</tabstop> 0180 <tabstop>leSearch</tabstop> 0181 <tabstop>saDetails</tabstop> 0182 </tabstops> 0183 <resources/> 0184 <connections/> 0185 </ui>