Warning, /network/falkon/src/lib/navigation/navigationbarconfigdialog.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>NavigationBarConfigDialog</class>
0004  <widget class="QDialog" name="NavigationBarConfigDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>674</width>
0010     <height>466</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Configure Toolbar</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout">
0017    <property name="horizontalSpacing">
0018     <number>50</number>
0019    </property>
0020    <item row="4" column="0" colspan="2">
0021     <widget class="QDialogButtonBox" name="buttonBox">
0022      <property name="standardButtons">
0023       <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::RestoreDefaults</set>
0024      </property>
0025     </widget>
0026    </item>
0027    <item row="1" column="1">
0028     <widget class="QListWidget" name="currentItems">
0029      <property name="acceptDrops">
0030       <bool>true</bool>
0031      </property>
0032      <property name="dragEnabled">
0033       <bool>true</bool>
0034      </property>
0035      <property name="dragDropMode">
0036       <enum>QAbstractItemView::DragDrop</enum>
0037      </property>
0038      <property name="defaultDropAction">
0039       <enum>Qt::MoveAction</enum>
0040      </property>
0041     </widget>
0042    </item>
0043    <item row="2" column="0">
0044     <spacer name="verticalSpacer">
0045      <property name="orientation">
0046       <enum>Qt::Vertical</enum>
0047      </property>
0048      <property name="sizeType">
0049       <enum>QSizePolicy::Fixed</enum>
0050      </property>
0051      <property name="sizeHint" stdset="0">
0052       <size>
0053        <width>20</width>
0054        <height>10</height>
0055       </size>
0056      </property>
0057     </spacer>
0058    </item>
0059    <item row="3" column="0" colspan="2">
0060     <widget class="QCheckBox" name="showSearchBar">
0061      <property name="text">
0062       <string>Show search bar</string>
0063      </property>
0064     </widget>
0065    </item>
0066    <item row="1" column="0">
0067     <widget class="QListWidget" name="availableItems">
0068      <property name="dragEnabled">
0069       <bool>true</bool>
0070      </property>
0071      <property name="dragDropMode">
0072       <enum>QAbstractItemView::DragDrop</enum>
0073      </property>
0074      <property name="defaultDropAction">
0075       <enum>Qt::MoveAction</enum>
0076      </property>
0077     </widget>
0078    </item>
0079    <item row="0" column="0">
0080     <widget class="QLabel" name="label">
0081      <property name="text">
0082       <string>Available items:</string>
0083      </property>
0084     </widget>
0085    </item>
0086    <item row="0" column="1">
0087     <widget class="QLabel" name="label_2">
0088      <property name="text">
0089       <string>Current items:</string>
0090      </property>
0091     </widget>
0092    </item>
0093   </layout>
0094  </widget>
0095  <resources/>
0096  <connections/>
0097 </ui>