Skip to content

Commit e76fc95

Browse files
committedAug 4, 2013
Add tooltips for expression builder. Fix #7978
1 parent 3bf4031 commit e76fc95

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
 

‎src/ui/qgsexpressionbuilder.ui

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,9 @@
280280
</property>
281281
<item>
282282
<widget class="QPushButton" name="btnEqualPushButton">
283+
<property name="toolTip">
284+
<string>Equal operator</string>
285+
</property>
283286
<property name="text">
284287
<string>=</string>
285288
</property>
@@ -293,41 +296,59 @@
293296
<verstretch>0</verstretch>
294297
</sizepolicy>
295298
</property>
299+
<property name="toolTip">
300+
<string>Addition operator</string>
301+
</property>
296302
<property name="text">
297303
<string>+</string>
298304
</property>
299305
</widget>
300306
</item>
301307
<item>
302308
<widget class="QPushButton" name="btnMinusPushButton">
309+
<property name="toolTip">
310+
<string>Subtraction operator</string>
311+
</property>
303312
<property name="text">
304313
<string>-</string>
305314
</property>
306315
</widget>
307316
</item>
308317
<item>
309318
<widget class="QPushButton" name="btnDividePushButton">
319+
<property name="toolTip">
320+
<string>Division operator</string>
321+
</property>
310322
<property name="text">
311323
<string>/</string>
312324
</property>
313325
</widget>
314326
</item>
315327
<item>
316328
<widget class="QPushButton" name="btnMultiplyPushButton">
329+
<property name="toolTip">
330+
<string>Multiplication operator</string>
331+
</property>
317332
<property name="text">
318333
<string>*</string>
319334
</property>
320335
</widget>
321336
</item>
322337
<item>
323338
<widget class="QPushButton" name="btnExpButton">
339+
<property name="toolTip">
340+
<string>Power operator</string>
341+
</property>
324342
<property name="text">
325343
<string>^</string>
326344
</property>
327345
</widget>
328346
</item>
329347
<item>
330348
<widget class="QPushButton" name="btnConcatButton">
349+
<property name="toolTip">
350+
<string>String Concatenation</string>
351+
</property>
331352
<property name="text">
332353
<string>||</string>
333354
</property>
@@ -347,13 +368,19 @@
347368
<height>10</height>
348369
</size>
349370
</property>
371+
<property name="toolTip">
372+
<string>Open Bracket </string>
373+
</property>
350374
<property name="text">
351375
<string>(</string>
352376
</property>
353377
</widget>
354378
</item>
355379
<item>
356380
<widget class="QPushButton" name="btnCloseBracketPushButton">
381+
<property name="toolTip">
382+
<string>Close Bracket </string>
383+
</property>
357384
<property name="text">
358385
<string>)</string>
359386
</property>

0 commit comments

Comments
 (0)
Please sign in to comment.