~ubuntu-branches/ubuntu/saucy/kdevelop/saucy-proposed

« back to all changes in this revision

Viewing changes to formatters/astyle/astyle_preferences.ui

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2012-09-10 08:23:02 UTC
  • mfrom: (1.7.14)
  • Revision ID: package-import@ubuntu.com-20120910082302-o52tqtf27wc1dakk
Tags: 4:4.3.90-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    <x>0</x>
8
8
    <y>0</y>
9
9
    <width>332</width>
10
 
    <height>499</height>
 
10
    <height>519</height>
11
11
   </rect>
12
12
  </property>
13
13
  <layout class="QHBoxLayout" name="horizontalLayout">
413
413
         <layout class="QVBoxLayout" name="verticalLayout_6">
414
414
          <item>
415
415
           <layout class="QGridLayout" name="gridLayout_6">
416
 
            <item row="0" column="0">
417
 
             <widget class="QLabel" name="lblParenthesis">
418
 
              <property name="text">
419
 
               <string>Pad parenthesis</string>
420
 
              </property>
421
 
              <property name="margin">
422
 
               <number>6</number>
423
 
              </property>
424
 
             </widget>
425
 
            </item>
426
416
            <item row="0" column="1">
427
417
             <widget class="KComboBox" name="cbParenthesisPadding">
428
418
              <property name="sizePolicy">
458
448
              </item>
459
449
             </widget>
460
450
            </item>
461
 
            <item row="1" column="0" colspan="2">
 
451
            <item row="2" column="0" colspan="2">
462
452
             <widget class="QCheckBox" name="chkPadOperators">
463
453
              <property name="toolTip">
464
454
               <string>Insert space padding around operators.
470
460
              </property>
471
461
             </widget>
472
462
            </item>
 
463
            <item row="0" column="0">
 
464
             <widget class="QLabel" name="lblParenthesis">
 
465
              <property name="text">
 
466
               <string>Pad parenthesis</string>
 
467
              </property>
 
468
              <property name="margin">
 
469
               <number>6</number>
 
470
              </property>
 
471
             </widget>
 
472
            </item>
 
473
            <item row="1" column="0" colspan="2">
 
474
             <widget class="QCheckBox" name="chkPadParenthesisHeader">
 
475
              <property name="toolTip">
 
476
               <string>Insert space padding after parenthesis headers (e.g. 'if', 'for', 'while', ...)</string>
 
477
              </property>
 
478
              <property name="text">
 
479
               <string>Add spaces after parenthesis &amp;headers</string>
 
480
              </property>
 
481
             </widget>
 
482
            </item>
473
483
           </layout>
474
484
          </item>
475
485
         </layout>
566
576
 </widget>
567
577
 <customwidgets>
568
578
  <customwidget>
 
579
   <class>KListWidget</class>
 
580
   <extends>QListWidget</extends>
 
581
   <header>klistwidget.h</header>
 
582
  </customwidget>
 
583
  <customwidget>
569
584
   <class>KComboBox</class>
570
585
   <extends>QComboBox</extends>
571
586
   <header>kcombobox.h</header>
572
587
  </customwidget>
573
588
  <customwidget>
574
 
   <class>KListWidget</class>
575
 
   <extends>QListWidget</extends>
576
 
   <header>klistwidget.h</header>
577
 
  </customwidget>
578
 
  <customwidget>
579
589
   <class>KTabWidget</class>
580
590
   <extends>QTabWidget</extends>
581
591
   <header>ktabwidget.h</header>