[Uml-devel] KDE/kdesdk/umbrello/umbrello/codegenwizard

Andi Fischer andi.fischer at hispeed.ch
Tue Jul 8 20:16:42 UTC 2008


SVN commit 829667 by fischer:

Replacing QLineEdit with KLineEdit.

 M  +41 -36    codegenoptionspage.ui  


--- trunk/KDE/kdesdk/umbrello/umbrello/codegenwizard/codegenoptionspage.ui #829666:829667
@@ -6,7 +6,7 @@
     <x>0</x>
     <y>0</y>
     <width>500</width>
-    <height>530</height>
+    <height>539</height>
    </rect>
   </property>
   <property name="sizePolicy" >
@@ -18,8 +18,8 @@
   <property name="windowTitle" >
    <string>Code Generation Options</string>
   </property>
-  <layout class="QGridLayout" >
-   <item row="0" column="0" >
+  <layout class="QVBoxLayout" >
+   <item>
     <widget class="QTabWidget" name="ui_tabWidgetMain" >
      <property name="enabled" >
       <bool>true</bool>
@@ -83,7 +83,7 @@
             <item>
              <layout class="QHBoxLayout" >
               <item>
-               <widget class="QLineEdit" name="ui_outputDir" >
+               <widget class="KLineEdit" name="ui_outputDir" >
                 <property name="whatsThis" >
                  <string>Files generated by Code Generator will be written to this folder</string>
                 </property>
@@ -111,7 +111,7 @@
             <item>
              <layout class="QHBoxLayout" >
               <item>
-               <widget class="QLineEdit" name="ui_headingsDir" >
+               <widget class="KLineEdit" name="ui_headingsDir" >
                 <property name="whatsThis" >
                  <string>Files in this folder will be used as heading files in the generated code</string>
                 </property>
@@ -209,7 +209,37 @@
       <layout class="QGridLayout" >
        <item row="0" column="0" >
         <layout class="QGridLayout" >
-         <item row="2" column="0" >
+         <item row="0" column="0" >
+          <widget class="QGroupBox" name="ui_groupBoxComment" >
+           <property name="title" >
+            <string>Comment Verbosity</string>
+           </property>
+           <layout class="QVBoxLayout" >
+            <item>
+             <widget class="QCheckBox" name="ui_forceDoc" >
+              <property name="whatsThis" >
+               <string>Write comments &for class and method documentation even if empty</string>
+              </property>
+              <property name="text" >
+               <string>&Write documentation comments even if empty</string>
+              </property>
+             </widget>
+            </item>
+            <item>
+             <widget class="QCheckBox" name="ui_forceSections" >
+              <property name="whatsThis" >
+               <string>Writes comments to indicate the different sections (public, private etc) in a class, even if the sections are empty</string>
+              </property>
+              <property name="text" >
+               <string>Write comments &for sections even if section 
+is empty</string>
+              </property>
+             </widget>
+            </item>
+           </layout>
+          </widget>
+         </item>
+         <item row="1" column="0" >
           <widget class="QGroupBox" name="ui_groupBoxLines" >
            <property name="title" >
             <string>Lines</string>
@@ -307,36 +337,6 @@
            </layout>
           </widget>
          </item>
-         <item row="1" column="0" >
-          <widget class="QGroupBox" name="ui_groupBoxComment" >
-           <property name="title" >
-            <string>Comment Verbosity</string>
-           </property>
-           <layout class="QVBoxLayout" >
-            <item>
-             <widget class="QCheckBox" name="ui_forceDoc" >
-              <property name="whatsThis" >
-               <string>Write comments &for class and method documentation even if empty</string>
-              </property>
-              <property name="text" >
-               <string>&Write documentation comments even if empty</string>
-              </property>
-             </widget>
-            </item>
-            <item>
-             <widget class="QCheckBox" name="ui_forceSections" >
-              <property name="whatsThis" >
-               <string>Writes comments to indicate the different sections (public, private etc) in a class, even if the sections are empty</string>
-              </property>
-              <property name="text" >
-               <string>Write comments &for sections even if section 
-is empty</string>
-              </property>
-             </widget>
-            </item>
-           </layout>
-          </widget>
-         </item>
         </layout>
        </item>
       </layout>
@@ -358,6 +358,11 @@
    <extends>QWidget</extends>
    <header>knuminput.h</header>
   </customwidget>
+  <customwidget>
+   <class>KLineEdit</class>
+   <extends>QLineEdit</extends>
+   <header>klineedit.h</header>
+  </customwidget>
  </customwidgets>
  <includes>
   <include location="local" >knuminput.h</include>




More information about the umbrello-devel mailing list