Salome HOME
Small refactor.
[modules/paravis.git] / src / PVGUI / resources / pqCustomSettingsWidget.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CustomSettingsWidget</class>
4  <widget class="QWidget" name="CustomSettingsWidget">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>681</width>
10     <height>599</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string>Form</string>
21   </property>
22   <layout class="QVBoxLayout" name="verticalLayout">
23    <item>
24     <layout class="QHBoxLayout" name="SearchBoxLayout">
25      <property name="spacing">
26       <number>2</number>
27      </property>
28      <item>
29       <widget class="pqSearchBox" name="SearchBox" native="true">
30        <property name="settingKey" stdset="0">
31         <string notr="true">pqSettingsDialog/showAdvancedProperties</string>
32        </property>
33        <property name="advancedSearchEnabled" stdset="0">
34         <bool>true</bool>
35        </property>
36       </widget>
37      </item>
38     </layout>
39    </item>
40    <item>
41     <widget class="QTabBar" name="tabBar" native="true">
42      <property name="sizePolicy">
43       <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
44        <horstretch>0</horstretch>
45        <verstretch>0</verstretch>
46       </sizepolicy>
47      </property>
48     </widget>
49    </item>
50    <item>
51     <widget class="QStackedWidget" name="stackedWidget">
52      <property name="sizePolicy">
53       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
54        <horstretch>0</horstretch>
55        <verstretch>0</verstretch>
56       </sizepolicy>
57      </property>
58      <property name="frameShape">
59       <enum>QFrame::NoFrame</enum>
60      </property>
61      <property name="currentIndex">
62       <number>0</number>
63      </property>
64      <widget class="QWidget" name="page"/>
65      <widget class="QWidget" name="page_2"/>
66     </widget>
67    </item>
68    <item>
69     <widget class="QLabel" name="restartRequiredLabel">
70      <property name="maximumSize">
71       <size>
72        <width>16777215</width>
73        <height>20</height>
74       </size>
75      </property>
76      <property name="font">
77       <font>
78        <weight>75</weight>
79        <bold>true</bold>
80       </font>
81      </property>
82      <property name="text">
83       <string>* Restart required for some settings to take effect</string>
84      </property>
85      <property name="wordWrap">
86       <bool>true</bool>
87      </property>
88     </widget>
89    </item>
90   </layout>
91  </widget>
92  <customwidgets>
93   <customwidget>
94    <class>QTabBar</class>
95    <extends>QWidget</extends>
96    <header location="global">QTabBar</header>
97    <container>1</container>
98   </customwidget>
99   <customwidget>
100    <class>pqSearchBox</class>
101    <extends>QWidget</extends>
102    <header>pqSearchBox.h</header>
103    <container>1</container>
104   </customwidget>
105  </customwidgets>
106  <resources/>
107  <connections/>
108 </ui>