File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 280
280
</property >
281
281
<item >
282
282
<widget class =" QPushButton" name =" btnEqualPushButton" >
283
+ <property name =" toolTip" >
284
+ <string >Equal operator</string >
285
+ </property >
283
286
<property name =" text" >
284
287
<string >=</string >
285
288
</property >
293
296
<verstretch >0</verstretch >
294
297
</sizepolicy >
295
298
</property >
299
+ <property name =" toolTip" >
300
+ <string >Addition operator</string >
301
+ </property >
296
302
<property name =" text" >
297
303
<string >+</string >
298
304
</property >
299
305
</widget >
300
306
</item >
301
307
<item >
302
308
<widget class =" QPushButton" name =" btnMinusPushButton" >
309
+ <property name =" toolTip" >
310
+ <string >Subtraction operator</string >
311
+ </property >
303
312
<property name =" text" >
304
313
<string >-</string >
305
314
</property >
306
315
</widget >
307
316
</item >
308
317
<item >
309
318
<widget class =" QPushButton" name =" btnDividePushButton" >
319
+ <property name =" toolTip" >
320
+ <string >Division operator</string >
321
+ </property >
310
322
<property name =" text" >
311
323
<string >/</string >
312
324
</property >
313
325
</widget >
314
326
</item >
315
327
<item >
316
328
<widget class =" QPushButton" name =" btnMultiplyPushButton" >
329
+ <property name =" toolTip" >
330
+ <string >Multiplication operator</string >
331
+ </property >
317
332
<property name =" text" >
318
333
<string >*</string >
319
334
</property >
320
335
</widget >
321
336
</item >
322
337
<item >
323
338
<widget class =" QPushButton" name =" btnExpButton" >
339
+ <property name =" toolTip" >
340
+ <string >Power operator</string >
341
+ </property >
324
342
<property name =" text" >
325
343
<string >^</string >
326
344
</property >
327
345
</widget >
328
346
</item >
329
347
<item >
330
348
<widget class =" QPushButton" name =" btnConcatButton" >
349
+ <property name =" toolTip" >
350
+ <string >String Concatenation</string >
351
+ </property >
331
352
<property name =" text" >
332
353
<string >||</string >
333
354
</property >
347
368
<height >10</height >
348
369
</size >
349
370
</property >
371
+ <property name =" toolTip" >
372
+ <string >Open Bracket </string >
373
+ </property >
350
374
<property name =" text" >
351
375
<string >(</string >
352
376
</property >
353
377
</widget >
354
378
</item >
355
379
<item >
356
380
<widget class =" QPushButton" name =" btnCloseBracketPushButton" >
381
+ <property name =" toolTip" >
382
+ <string >Close Bracket </string >
383
+ </property >
357
384
<property name =" text" >
358
385
<string >)</string >
359
386
</property >
You can’t perform that action at this time.
0 commit comments