source: palm/trunk/SCRIPTS/palm_gf_files/palm_gf_settings.ui @ 4358

Last change on this file since 4358 was 2308, checked in by gronemeier, 7 years ago

new version of palm_gf (bugfixes, changes and new options)

  • Property svn:mime-type set to application/xml
File size: 5.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Dialog</class>
4 <widget class="QDialog" name="Dialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>560</width>
10    <height>145</height>
11   </rect>
12  </property>
13  <property name="contextMenuPolicy">
14   <enum>Qt::DefaultContextMenu</enum>
15  </property>
16  <property name="windowTitle">
17   <string>Settings</string>
18  </property>
19  <widget class="QDialogButtonBox" name="buttonBox">
20   <property name="geometry">
21    <rect>
22     <x>70</x>
23     <y>100</y>
24     <width>181</width>
25     <height>32</height>
26    </rect>
27   </property>
28   <property name="orientation">
29    <enum>Qt::Horizontal</enum>
30   </property>
31   <property name="standardButtons">
32    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
33   </property>
34  </widget>
35  <widget class="QWidget" name="layoutWidget">
36   <property name="geometry">
37    <rect>
38     <x>20</x>
39     <y>20</y>
40     <width>231</width>
41     <height>78</height>
42    </rect>
43   </property>
44   <layout class="QHBoxLayout" name="horizontalLayout">
45    <item>
46     <widget class="Line" name="line">
47      <property name="orientation">
48       <enum>Qt::Horizontal</enum>
49      </property>
50     </widget>
51    </item>
52    <item>
53     <layout class="QVBoxLayout" name="verticalLayout">
54      <item>
55       <widget class="QPushButton" name="savepath">
56        <property name="text">
57         <string>path to save</string>
58        </property>
59       </widget>
60      </item>
61      <item>
62       <widget class="QLabel" name="label_2">
63        <property name="text">
64         <string>result threshold</string>
65        </property>
66       </widget>
67      </item>
68      <item>
69       <widget class="QLabel" name="label_3">
70        <property name="text">
71         <string>load threshold</string>
72        </property>
73       </widget>
74      </item>
75     </layout>
76    </item>
77    <item>
78     <layout class="QVBoxLayout" name="verticalLayout_2">
79      <item>
80       <widget class="QLineEdit" name="linepath">
81        <property name="text">
82         <string>/localdata/</string>
83        </property>
84       </widget>
85      </item>
86      <item>
87       <widget class="QSpinBox" name="result_thres">
88        <property name="maximum">
89         <number>9999999</number>
90        </property>
91        <property name="singleStep">
92         <number>10000</number>
93        </property>
94        <property name="value">
95         <number>250000</number>
96        </property>
97       </widget>
98      </item>
99      <item>
100       <widget class="QSpinBox" name="load_thres">
101        <property name="maximum">
102         <number>9999999</number>
103        </property>
104        <property name="singleStep">
105         <number>10000</number>
106        </property>
107        <property name="value">
108         <number>100000</number>
109        </property>
110       </widget>
111      </item>
112     </layout>
113    </item>
114   </layout>
115  </widget>
116  <widget class="QTextBrowser" name="textBrowser">
117   <property name="geometry">
118    <rect>
119     <x>280</x>
120     <y>10</y>
121     <width>271</width>
122     <height>131</height>
123    </rect>
124   </property>
125   <property name="html">
126    <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
127&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
128p, li { white-space: pre-wrap; }
129&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
130&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Current Version Remarks:&lt;/p&gt;
131&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
132&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;- Default Values for thresholds: &lt;/p&gt;
133&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;        results = 250000&lt;/p&gt;
134&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;        load      = 100000&lt;/p&gt;
135&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
136&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;- it is recommended to keep threshold values as low as possible&lt;/p&gt;
137&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
138&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;- gridfinder shows you the complete number of results, but only saves up to the result threshold value&lt;/p&gt;
139&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
140&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;-when using FFTW / Temperton, always activate strict matching (for now)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
141   </property>
142  </widget>
143 </widget>
144 <resources/>
145 <connections/>
146</ui>
Note: See TracBrowser for help on using the repository browser.