~amandeepgrewal/notifyconf/trunk

« back to all changes in this revision

Viewing changes to mainwindow.ui

  • Committer: Amandeep Grewal
  • Date: 2013-12-22 06:08:35 UTC
  • Revision ID: me@amandeep.ca-20131222060835-zwqij9m46imxy83q
Added tooltips, and corrected URL, and status bar info.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    </item>
38
38
    <item row="0" column="1">
39
39
     <widget class="QComboBox" name="positionCombo">
 
40
      <property name="toolTip">
 
41
       <string>Dynamic: Default in Ubuntu 9.04
 
42
Fixed: Default in Ubuntu 9.10+</string>
 
43
      </property>
40
44
      <item>
41
45
       <property name="text">
42
46
        <string>Fixed</string>
61
65
    </item>
62
66
    <item row="1" column="1">
63
67
     <widget class="QSpinBox" name="timeoutSpin">
 
68
      <property name="toolTip">
 
69
       <string>Time the pop-up message will show for</string>
 
70
      </property>
64
71
      <property name="accelerated">
65
72
       <bool>true</bool>
66
73
      </property>
109
116
       </item>
110
117
       <item row="6" column="2">
111
118
        <widget class="QSpinBox" name="bblVerticalGap">
 
119
         <property name="toolTip">
 
120
          <string>Vertical spacing between the pop-up messages</string>
 
121
         </property>
112
122
         <property name="accelerated">
113
123
          <bool>true</bool>
114
124
         </property>
125
135
       </item>
126
136
       <item row="7" column="2">
127
137
        <widget class="QSpinBox" name="bblHorizontalGap">
 
138
         <property name="toolTip">
 
139
          <string>Horizontal spacing between the message and the right edge of the screen</string>
 
140
         </property>
128
141
         <property name="accelerated">
129
142
          <bool>true</bool>
130
143
         </property>
151
164
       </item>
152
165
       <item row="8" column="2">
153
166
        <widget class="QSpinBox" name="bblCornerRadius">
 
167
         <property name="toolTip">
 
168
          <string>Radius of the rounded corner of the message</string>
 
169
         </property>
154
170
         <property name="accelerated">
155
171
          <bool>true</bool>
156
172
         </property>
177
193
       </item>
178
194
       <item row="9" column="2">
179
195
        <widget class="QSpinBox" name="bblIconSize">
 
196
         <property name="toolTip">
 
197
          <string>Size of icon in message</string>
 
198
         </property>
180
199
         <property name="accelerated">
181
200
          <bool>true</bool>
182
201
         </property>
203
222
       </item>
204
223
       <item row="10" column="2">
205
224
        <widget class="QSpinBox" name="bblGaugeSize">
 
225
         <property name="toolTip">
 
226
          <string>Height of the scale of the volume, brightness, etc.</string>
 
227
         </property>
206
228
         <property name="accelerated">
207
229
          <bool>true</bool>
208
230
         </property>
209
231
         <property name="suffix">
210
232
          <string> px</string>
211
233
         </property>
 
234
         <property name="minimum">
 
235
          <number>5</number>
 
236
         </property>
212
237
         <property name="maximum">
213
 
          <number>1000</number>
 
238
          <number>10</number>
214
239
         </property>
215
240
         <property name="value">
216
241
          <number>6</number>
229
254
       </item>
230
255
       <item row="11" column="2">
231
256
        <widget class="QSpinBox" name="bblWidth">
 
257
         <property name="toolTip">
 
258
          <string>Width of message</string>
 
259
         </property>
232
260
         <property name="accelerated">
233
261
          <bool>true</bool>
234
262
         </property>
255
283
       </item>
256
284
       <item row="12" column="2">
257
285
        <widget class="QtColorPicker" name="bblBackColour">
 
286
         <property name="toolTip">
 
287
          <string>Colour of the background of the message</string>
 
288
         </property>
258
289
         <property name="checkable">
259
290
          <bool>true</bool>
260
291
         </property>
272
303
       </item>
273
304
       <item row="13" column="2">
274
305
        <widget class="QSpinBox" name="bblOpacity">
 
306
         <property name="toolTip">
 
307
          <string>Transparency of the message bubble (when not hovered upon)</string>
 
308
         </property>
275
309
         <property name="accelerated">
276
310
          <bool>true</bool>
277
311
         </property>
307
341
       </item>
308
342
       <item row="0" column="1">
309
343
        <widget class="QSpinBox" name="marginSize">
 
344
         <property name="toolTip">
 
345
          <string>Size of padding between text and borders of bubble</string>
 
346
         </property>
310
347
         <property name="accelerated">
311
348
          <bool>true</bool>
312
349
         </property>
333
370
       </item>
334
371
       <item row="1" column="1">
335
372
        <widget class="QSpinBox" name="titleSize">
 
373
         <property name="toolTip">
 
374
          <string>Size of title text, as a percentage of application text size</string>
 
375
         </property>
336
376
         <property name="accelerated">
337
377
          <bool>true</bool>
338
378
         </property>
359
399
       </item>
360
400
       <item row="3" column="1">
361
401
        <widget class="QComboBox" name="titleWeight">
 
402
         <property name="toolTip">
 
403
          <string>Thickness of title text</string>
 
404
         </property>
362
405
         <item>
363
406
          <property name="text">
364
407
           <string>Bold</string>
397
440
        </widget>
398
441
       </item>
399
442
       <item row="4" column="1">
400
 
        <widget class="QtColorPicker" name="titleColour"/>
 
443
        <widget class="QtColorPicker" name="titleColour">
 
444
         <property name="toolTip">
 
445
          <string>Colour of title text</string>
 
446
         </property>
 
447
        </widget>
401
448
       </item>
402
449
       <item row="5" column="1">
403
450
        <widget class="QSpinBox" name="titleOpacity">
 
451
         <property name="toolTip">
 
452
          <string>Transparancy of title text</string>
 
453
         </property>
404
454
         <property name="accelerated">
405
455
          <bool>true</bool>
406
456
         </property>
456
506
       </item>
457
507
       <item row="0" column="1">
458
508
        <widget class="QSpinBox" name="bodySize">
 
509
         <property name="toolTip">
 
510
          <string>Size of body text, as a percentage of application text size</string>
 
511
         </property>
459
512
         <property name="accelerated">
460
513
          <bool>true</bool>
461
514
         </property>
472
525
       </item>
473
526
       <item row="1" column="1">
474
527
        <widget class="QComboBox" name="bodyWeight">
 
528
         <property name="toolTip">
 
529
          <string>Thickness of body text</string>
 
530
         </property>
475
531
         <property name="currentIndex">
476
532
          <number>1</number>
477
533
         </property>
493
549
        </widget>
494
550
       </item>
495
551
       <item row="2" column="1">
496
 
        <widget class="QtColorPicker" name="bodyColour"/>
 
552
        <widget class="QtColorPicker" name="bodyColour">
 
553
         <property name="toolTip">
 
554
          <string>Colour of body text</string>
 
555
         </property>
 
556
        </widget>
497
557
       </item>
498
558
       <item row="3" column="0">
499
559
        <widget class="QLabel" name="label_19">
517
577
       </item>
518
578
       <item row="3" column="1">
519
579
        <widget class="QSpinBox" name="bodyOpacity">
 
580
         <property name="toolTip">
 
581
          <string>Transparancy of body text</string>
 
582
         </property>
520
583
         <property name="accelerated">
521
584
          <bool>true</bool>
522
585
         </property>
533
596
       </item>
534
597
       <item row="4" column="1">
535
598
        <widget class="QSpinBox" name="shadowOpacity">
 
599
         <property name="toolTip">
 
600
          <string>Transparancy of shadow</string>
 
601
         </property>
536
602
         <property name="accelerated">
537
603
          <bool>true</bool>
538
604
         </property>
567
633
      </item>
568
634
      <item>
569
635
       <widget class="QPushButton" name="applyBut">
 
636
        <property name="toolTip">
 
637
         <string>Save the changes</string>
 
638
        </property>
570
639
        <property name="text">
571
640
         <string>Apply</string>
572
641
        </property>
589
658
    <property name="title">
590
659
     <string>FIle</string>
591
660
    </property>
 
661
    <addaction name="actionThemes"/>
 
662
    <addaction name="actionSave_Theme"/>
 
663
    <addaction name="separator"/>
592
664
    <addaction name="actionQuit"/>
593
665
   </widget>
594
666
   <widget class="QMenu" name="menuHelp">
596
668
     <string>Help</string>
597
669
    </property>
598
670
    <addaction name="actionAbout"/>
 
671
    <addaction name="actionAbout_Qt"/>
599
672
   </widget>
600
673
   <addaction name="menuFIle"/>
601
674
   <addaction name="menuHelp"/>
621
694
    <string>About...</string>
622
695
   </property>
623
696
  </action>
 
697
  <action name="actionAbout_Qt">
 
698
   <property name="text">
 
699
    <string>About Qt ...</string>
 
700
   </property>
 
701
  </action>
 
702
  <action name="actionThemes">
 
703
   <property name="text">
 
704
    <string>Load Theme ...</string>
 
705
   </property>
 
706
  </action>
 
707
  <action name="actionSave_Theme">
 
708
   <property name="text">
 
709
    <string>Save Theme ...</string>
 
710
   </property>
 
711
  </action>
 
712
  <action name="actionSave_Theme_As">
 
713
   <property name="text">
 
714
    <string>Save Theme As ...</string>
 
715
   </property>
 
716
  </action>
624
717
 </widget>
625
718
 <layoutdefault spacing="6" margin="11"/>
626
719
 <customwidgets>