moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kmplot / kmplot / qminmax.ui
blobd828cbd68e5083ccabeb892046141fc6d8051364
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>QMinMax</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>QMinMax</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>301</width>
12             <height>339</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>Find Minimum Point</string>
17     </property>
18     <grid>
19         <property name="name">
20             <cstring>unnamed</cstring>
21         </property>
22         <widget class="KPushButton" row="3" column="0">
23             <property name="name">
24                 <cstring>cmdFind</cstring>
25             </property>
26             <property name="text">
27                 <string>&amp;Find</string>
28             </property>
29             <property name="default">
30                 <bool>true</bool>
31             </property>
32         </widget>
33         <widget class="QFrame" row="0" column="0" rowspan="1" colspan="2">
34             <property name="name">
35                 <cstring>frame5</cstring>
36             </property>
37             <property name="frameShape">
38                 <enum>Box</enum>
39             </property>
40             <property name="frameShadow">
41                 <enum>Sunken</enum>
42             </property>
43             <grid>
44                 <property name="name">
45                     <cstring>unnamed</cstring>
46                 </property>
47                 <widget class="QLabel" row="0" column="0">
48                     <property name="name">
49                         <cstring>lblMin</cstring>
50                     </property>
51                     <property name="text">
52                         <string>Search between the x-value:</string>
53                     </property>
54                     <property name="alignment">
55                         <set>AlignCenter</set>
56                     </property>
57                 </widget>
58                 <widget class="QLabel" row="2" column="0">
59                     <property name="name">
60                         <cstring>lblMax</cstring>
61                     </property>
62                     <property name="text">
63                         <string>and:</string>
64                     </property>
65                     <property name="alignment">
66                         <set>AlignCenter</set>
67                     </property>
68                 </widget>
69                 <widget class="KLineEdit" row="1" column="0">
70                     <property name="name">
71                         <cstring>min</cstring>
72                     </property>
73                     <property name="enabled">
74                         <bool>true</bool>
75                     </property>
76                 </widget>
77                 <widget class="KLineEdit" row="3" column="0">
78                     <property name="name">
79                         <cstring>max</cstring>
80                     </property>
81                     <property name="enabled">
82                         <bool>true</bool>
83                     </property>
84                 </widget>
85             </grid>
86         </widget>
87         <widget class="QGroupBox" row="1" column="0" rowspan="1" colspan="2">
88             <property name="name">
89                 <cstring>groupBox2</cstring>
90             </property>
91             <property name="title">
92                 <string>Graph</string>
93             </property>
94             <grid>
95                 <property name="name">
96                     <cstring>unnamed</cstring>
97                 </property>
98                 <widget class="KListBox" row="0" column="0">
99                     <property name="name">
100                         <cstring>list</cstring>
101                     </property>
102                     <property name="toolTip" stdset="0">
103                         <string>The available functions you can search in</string>
104                     </property>
105                     <property name="whatsThis" stdset="0">
106                         <string>Here you can see all available functions you can use. Select one of them.</string>
107                     </property>
108                 </widget>
109             </grid>
110         </widget>
111         <widget class="KPushButton" row="3" column="1">
112             <property name="name">
113                 <cstring>cmdClose</cstring>
114             </property>
115             <property name="text">
116                 <string>&amp;Close</string>
117             </property>
118             <property name="toolTip" stdset="0">
119                 <string>close the dialog</string>
120             </property>
121             <property name="whatsThis" stdset="0">
122                 <string>Close the dialog and return to the main window.</string>
123             </property>
124         </widget>
125         <widget class="QPushButton" row="2" column="0" rowspan="1" colspan="2">
126             <property name="name">
127                 <cstring>cmdParameter</cstring>
128             </property>
129             <property name="text">
130                 <string>Choose Parameter Value...</string>
131             </property>
132             <property name="toolTip" stdset="0">
133                 <string>select the parameter value you want to use</string>
134             </property>
135             <property name="whatsThis" stdset="0">
136                 <string>If the function has any parameter values you must select it here.</string>
137             </property>
138         </widget>
139     </grid>
140 </widget>
141 <layoutdefaults spacing="6" margin="11"/>
142 </UI>