[Uml-devel] branches/work/soc-umbrello
Gopala Krishna A
krishna.ggk at gmail.com
Tue Jul 8 21:39:59 UTC 2008
SVN commit 829704 by gopala:
Merged revisions 829667 via svnmerge from
svn+ssh://svn.kde.org/home/kde/trunk/KDE/kdesdk/umbrello
........
r829667 | fischer | 2008-07-09 01:46:41 +0530 (Wed, 09 Jul 2008) | 1 line
Replacing QLineEdit with KLineEdit.
........
_M . (directory)
M +41 -36 umbrello/codegenwizard/codegenoptionspage.ui
** branches/work/soc-umbrello #property svnmerge-integrated
- /trunk/KDE/kdesdk/umbrello:1-814855,815154,815906,815954,816854,816861,817524,817552,819993,820008,821827,823169,823983,824915,825421,828311,828369,828633,828663,828672,829236,829488
+ /trunk/KDE/kdesdk/umbrello:1-814855,815154,815906,815954,816854,816861,817524,817552,819993,820008,821827,823169,823983,824915,825421,828311,828369,828633,828663,828672,829236,829488,829667
--- branches/work/soc-umbrello/umbrello/codegenwizard/codegenoptionspage.ui #829703:829704
@@ -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