moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kmplot / kmplot / qconstanteditor.ui
blob92baf7e5fb04937b153bad912e954ce8dc1ab25e
1 <!DOCTYPE UI><UI version="3.2" stdsetdef="1">
2 <class>QConstantEditor</class>
3 <widget class="QWidget">
4     <property name="name">
5         <cstring>QConstantEditor</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>388</width>
12             <height>341</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>Constant Editor</string>
17     </property>
18     <grid>
19         <property name="name">
20             <cstring>unnamed</cstring>
21         </property>
22         <widget class="QPushButton" row="2" column="1">
23             <property name="name">
24                 <cstring>cmdDelete</cstring>
25             </property>
26             <property name="enabled">
27                 <bool>false</bool>
28             </property>
29             <property name="text">
30                 <string>&amp;Delete</string>
31             </property>
32             <property name="toolTip" stdset="0">
33                 <string>delete selected constant</string>
34             </property>
35             <property name="whatsThis" stdset="0">
36                 <string>Click here to delete the selected constant; it can only be removed if it is not currently used by a plot.</string>
37             </property>
38         </widget>
39         <widget class="QPushButton" row="1" column="1">
40             <property name="name">
41                 <cstring>cmdEdit</cstring>
42             </property>
43             <property name="enabled">
44                 <bool>false</bool>
45             </property>
46             <property name="text">
47                 <string>&amp;Change Value...</string>
48             </property>
49             <property name="toolTip" stdset="0">
50                 <string>Change the value of a user-defined constant</string>
51             </property>
52             <property name="whatsThis" stdset="0">
53                 <string>Click here to edit the value of the selected constant. Its name cannot be changed.</string>
54             </property>
55         </widget>
56         <widget class="QPushButton" row="3" column="1">
57             <property name="name">
58                 <cstring>cmdDuplicate</cstring>
59             </property>
60             <property name="enabled">
61                 <bool>false</bool>
62             </property>
63             <property name="text">
64                 <string>D&amp;uplicate</string>
65             </property>
66             <property name="toolTip" stdset="0">
67                 <string>Duplicate the selected constant</string>
68             </property>
69             <property name="whatsThis" stdset="0">
70                 <string>Click here to Copy the selected constant to another constant. You can choose the new name from a list.</string>
71             </property>
72         </widget>
73         <widget class="QPushButton" row="0" column="1">
74             <property name="name">
75                 <cstring>cmdNew</cstring>
76             </property>
77             <property name="text">
78                 <string>&amp;New...</string>
79             </property>
80             <property name="toolTip" stdset="0">
81                 <string>Add a new constant</string>
82             </property>
83             <property name="whatsThis" stdset="0">
84                 <string>Click this button to add a new constant.</string>
85             </property>
86         </widget>
87         <widget class="KListView" row="0" column="0" rowspan="5" colspan="1">
88             <column>
89                 <property name="text">
90                     <string>Variable</string>
91                 </property>
92                 <property name="clickable">
93                     <bool>true</bool>
94                 </property>
95                 <property name="resizable">
96                     <bool>true</bool>
97                 </property>
98             </column>
99             <column>
100                 <property name="text">
101                     <string>Value</string>
102                 </property>
103                 <property name="clickable">
104                     <bool>true</bool>
105                 </property>
106                 <property name="resizable">
107                     <bool>true</bool>
108                 </property>
109             </column>
110             <property name="name">
111                 <cstring>varlist</cstring>
112             </property>
113             <property name="showSortIndicator">
114                 <bool>true</bool>
115             </property>
116             <property name="itemsMovable">
117                 <bool>false</bool>
118             </property>
119             <property name="toolTip" stdset="0">
120                 <string>List of user-defined constants</string>
121             </property>
122             <property name="whatsThis" stdset="0">
123                 <string>Select a constant to change its value, remove it or duplicate it.</string>
124             </property>
125         </widget>
126         <spacer row="4" column="1">
127             <property name="name">
128                 <cstring>spacer2</cstring>
129             </property>
130             <property name="orientation">
131                 <enum>Vertical</enum>
132             </property>
133             <property name="sizeType">
134                 <enum>Expanding</enum>
135             </property>
136             <property name="sizeHint">
137                 <size>
138                     <width>20</width>
139                     <height>147</height>
140                 </size>
141             </property>
142         </spacer>
143     </grid>
144 </widget>
145 <connections>
146     <connection>
147         <sender>cmdNew</sender>
148         <signal>clicked()</signal>
149         <receiver>QConstantEditor</receiver>
150         <slot>cmdNew_clicked()</slot>
151     </connection>
152     <connection>
153         <sender>cmdEdit</sender>
154         <signal>clicked()</signal>
155         <receiver>QConstantEditor</receiver>
156         <slot>cmdEdit_clicked()</slot>
157     </connection>
158     <connection>
159         <sender>cmdDelete</sender>
160         <signal>clicked()</signal>
161         <receiver>QConstantEditor</receiver>
162         <slot>cmdDelete_clicked()</slot>
163     </connection>
164     <connection>
165         <sender>varlist</sender>
166         <signal>clicked(QListViewItem*)</signal>
167         <receiver>QConstantEditor</receiver>
168         <slot>varlist_clicked(QListViewItem*)</slot>
169     </connection>
170     <connection>
171         <sender>cmdDuplicate</sender>
172         <signal>clicked()</signal>
173         <receiver>QConstantEditor</receiver>
174         <slot>cmdDuplicate_clicked()</slot>
175     </connection>
176     <connection>
177         <sender>varlist</sender>
178         <signal>doubleClicked(QListViewItem*)</signal>
179         <receiver>QConstantEditor</receiver>
180         <slot>varlist_doubleClicked(QListViewItem*)</slot>
181     </connection>
182 </connections>
183 <includes>
184     <include location="local" impldecl="in implementation">qconstanteditor.ui.h</include>
185 </includes>
186 <slots>
187     <slot>cmdCancel_clicked()</slot>
188     <slot>cmdNew_clicked()</slot>
189     <slot>cmdEdit_clicked()</slot>
190     <slot>cmdDelete_clicked()</slot>
191     <slot>varlist_clicked( QListViewItem * item )</slot>
192     <slot>cmdDuplicate_clicked()</slot>
193     <slot>newNewConstantSlot()</slot>
194     <slot>varlist_doubleClicked( QListViewItem * )</slot>
195 </slots>
196 <layoutdefaults spacing="6" margin="11"/>
197 <includehints>
198     <includehint>klistview.h</includehint>
199 </includehints>
200 </UI>