summaryrefslogtreecommitdiffstats
path: root/kmplot/kmplot/qparametereditor.ui
blob: 779d13937a2441a06c252e4e874a94a887da7897 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QParameterEditor</class>
<widget class="QDialog">
    <property name="name">
        <cstring>QParameterEditor</cstring>
    </property>
    <property name="tqgeometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>395</width>
            <height>339</height>
        </rect>
    </property>
    <property name="caption">
        <string>Parameter Editor</string>
    </property>
    <property name="modal">
        <bool>true</bool>
    </property>
    <grid>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="QFrame" row="0" column="0">
            <property name="name">
                <cstring>frame3</cstring>
            </property>
            <property name="frameShape">
                <enum>StyledPanel</enum>
            </property>
            <property name="frameShadow">
                <enum>Raised</enum>
            </property>
            <grid>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="KPushButton" row="1" column="1">
                    <property name="name">
                        <cstring>cmdEdit</cstring>
                    </property>
                    <property name="enabled">
                        <bool>false</bool>
                    </property>
                    <property name="text">
                        <string>&amp;Change Value...</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Change the value of a user-defined constant</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Click here to edit the value of the selected constant. Its name cannot be changed.</string>
                    </property>
                </widget>
                <widget class="KListBox" row="0" column="0" rowspan="8" colspan="1">
                    <property name="name">
                        <cstring>list</cstring>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>list of parameter values</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Here you see the list of all parameter values for the function.</string>
                    </property>
                </widget>
                <widget class="KPushButton" row="0" column="1">
                    <property name="name">
                        <cstring>cmdNew</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;New...</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Add a new constant</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Click this button to add a new constant.</string>
                    </property>
                </widget>
                <widget class="KPushButton" row="7" column="1">
                    <property name="name">
                        <cstring>cmdClose</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Close</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Close the dialog</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Close the window and return to the function dialog.</string>
                    </property>
                </widget>
                <widget class="KPushButton" row="2" column="1">
                    <property name="name">
                        <cstring>cmdDelete</cstring>
                    </property>
                    <property name="enabled">
                        <bool>false</bool>
                    </property>
                    <property name="text">
                        <string>&amp;Delete</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>delete selected constant</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Click here to delete the selected constant; it can only be removed if it is not currently used by a plot.</string>
                    </property>
                </widget>
                <spacer row="6" column="1">
                    <property name="name">
                        <cstring>spacer2</cstring>
                    </property>
                    <property name="orientation">
                        <enum>Vertical</enum>
                    </property>
                    <property name="sizeType">
                        <enum>Expanding</enum>
                    </property>
                    <property name="tqsizeHint">
                        <size>
                            <width>20</width>
                            <height>80</height>
                        </size>
                    </property>
                </spacer>
                <widget class="KPushButton" row="5" column="1">
                    <property name="name">
                        <cstring>cmdExport</cstring>
                    </property>
                    <property name="enabled">
                        <bool>true</bool>
                    </property>
                    <property name="text">
                        <string>&amp;Export...</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Export values to a textfile</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Export values to a textfile. Every value in the parameter list will be written to one line in the file.</string>
                    </property>
                </widget>
                <spacer row="3" column="1">
                    <property name="name">
                        <cstring>spacer2_2</cstring>
                    </property>
                    <property name="orientation">
                        <enum>Vertical</enum>
                    </property>
                    <property name="sizeType">
                        <enum>Expanding</enum>
                    </property>
                    <property name="tqsizeHint">
                        <size>
                            <width>20</width>
                            <height>21</height>
                        </size>
                    </property>
                </spacer>
                <widget class="KPushButton" row="4" column="1">
                    <property name="name">
                        <cstring>cmdImport</cstring>
                    </property>
                    <property name="enabled">
                        <bool>true</bool>
                    </property>
                    <property name="text">
                        <string>&amp;Import...</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Import values from a textfile</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>Import values from a textfile. Every line in the file is parsed as a value or expression.</string>
                    </property>
                </widget>
            </grid>
        </widget>
    </grid>
</widget>
<tqlayoutdefaults spacing="6" margin="11"/>
</UI>