1 <?xml version="1.0" encoding="UTF-8"?>
4 <widget class="QWidget" name="Form">
5 <property name="geometry">
13 <property name="windowTitle">
16 <layout class="QVBoxLayout" name="verticalLayout_2">
18 <widget class="QCheckBox" name="pathBox">
19 <property name="sizePolicy">
20 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
21 <horstretch>0</horstretch>
22 <verstretch>0</verstretch>
25 <property name="text">
26 <string>Search in PATH</string>
31 <widget class="QGroupBox" name="groupBox">
32 <property name="title">
33 <string>Custom directories</string>
35 <layout class="QVBoxLayout" name="verticalLayout">
37 <widget class="QListWidget" name="customDirList">
38 <property name="minimumSize">
47 <layout class="QHBoxLayout" name="horizontalLayout">
49 <widget class="QToolButton" name="addButton">
50 <property name="minimumSize">
56 <property name="maximumSize">
62 <property name="text">
65 <property name="icon">
66 <iconset resource="../bertos.qrc">
67 <normaloff>:/images/listadd.png</normaloff>:/images/listadd.png</iconset>
72 <widget class="QToolButton" name="removeButton">
73 <property name="minimumSize">
79 <property name="maximumSize">
85 <property name="text">
88 <property name="icon">
89 <iconset resource="../bertos.qrc">
90 <normaloff>:/images/listremove.png</normaloff>:/images/listremove.png</iconset>
95 <spacer name="horizontalSpacer">
96 <property name="orientation">
97 <enum>Qt::Horizontal</enum>
99 <property name="sizeHint" stdset="0">
113 <layout class="QHBoxLayout" name="horizontalLayout_2">
115 <spacer name="horizontalSpacer_2">
116 <property name="orientation">
117 <enum>Qt::Horizontal</enum>
119 <property name="sizeHint" stdset="0">
128 <widget class="QPushButton" name="cancelButton">
129 <property name="text">
130 <string>Cancel</string>
135 <widget class="QPushButton" name="searchButton">
136 <property name="text">
137 <string>Search</string>
146 <include location="../bertos.qrc"/>