diff options
Diffstat (limited to 'languages/cpp/classgeneratorconfigbase.ui')
-rw-r--r-- | languages/cpp/classgeneratorconfigbase.ui | 261 |
1 files changed, 261 insertions, 0 deletions
diff --git a/languages/cpp/classgeneratorconfigbase.ui b/languages/cpp/classgeneratorconfigbase.ui new file mode 100644 index 00000000..566e9eb2 --- /dev/null +++ b/languages/cpp/classgeneratorconfigbase.ui @@ -0,0 +1,261 @@ +<!DOCTYPE UI><UI version="3.1" stdsetdef="1"> +<class>ClassGeneratorConfigBase</class> +<widget class="QWidget"> + <property name="name"> + <cstring>ClassGeneratorConfigBase</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>576</width> + <height>528</height> + </rect> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="QGroupBox" row="0" column="0"> + <property name="name"> + <cstring>groupBox7_2</cstring> + </property> + <property name="title"> + <string>Class &Templates</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QComboBox" row="0" column="0"> + <item> + <property name="text"> + <string>Cpp Header</string> + </property> + </item> + <item> + <property name="text"> + <string>Cpp Source</string> + </property> + </item> + <item> + <property name="text"> + <string>Objective-C Header</string> + </property> + </item> + <item> + <property name="text"> + <string>Objective-C Source</string> + </property> + </item> + <item> + <property name="text"> + <string>GTK C Header</string> + </property> + </item> + <item> + <property name="text"> + <string>GTK C Source</string> + </property> + </item> + <property name="name"> + <cstring>templatename_box</cstring> + </property> + </widget> + <widget class="QTextEdit" row="1" column="0"> + <property name="name"> + <cstring>template_edit</cstring> + </property> + </widget> + </grid> + </widget> + <widget class="QGroupBox" row="1" column="0"> + <property name="name"> + <cstring>groupBox10</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="title"> + <string>Names</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel" row="0" column="1"> + <property name="name"> + <cstring>textLabel3_2</cstring> + </property> + <property name="text"> + <string>#ifndef - #&define names:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>defcase_box</cstring> + </property> + </widget> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>textLabel3</cstring> + </property> + <property name="text"> + <string>&File names:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>filecase_box</cstring> + </property> + </widget> + <widget class="QComboBox" row="1" column="0"> + <item> + <property name="text"> + <string>Lowercase</string> + </property> + </item> + <item> + <property name="text"> + <string>Uppercase</string> + </property> + </item> + <item> + <property name="text"> + <string>Same as Class Names</string> + </property> + </item> + <property name="name"> + <cstring>filecase_box</cstring> + </property> + </widget> + <widget class="QComboBox" row="1" column="1"> + <item> + <property name="text"> + <string>Lowercase</string> + </property> + </item> + <item> + <property name="text"> + <string>Uppercase</string> + </property> + </item> + <item> + <property name="text"> + <string>Same as Class Names</string> + </property> + </item> + <item> + <property name="text"> + <string>Same as File Names</string> + </property> + </item> + <property name="name"> + <cstring>defcase_box</cstring> + </property> + <property name="currentItem"> + <number>1</number> + </property> + </widget> + <widget class="QComboBox" row="1" column="2"> + <item> + <property name="text"> + <string>Lowercase</string> + </property> + </item> + <item> + <property name="text"> + <string>Uppercase</string> + </property> + </item> + <item> + <property name="text"> + <string>Same as Class Names</string> + </property> + </item> + <property name="name"> + <cstring>supercase_box</cstring> + </property> + </widget> + <widget class="QLabel" row="0" column="2"> + <property name="name"> + <cstring>textLabel3_3</cstring> + </property> + <property name="text"> + <string>&Superclass file names:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>supercase_box</cstring> + </property> + </widget> + </grid> + </widget> + <widget class="QGroupBox" row="2" column="0"> + <property name="name"> + <cstring>groupBox9</cstring> + </property> + <property name="title"> + <string>Class Documentation</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QCheckBox" row="0" column="0"> + <property name="name"> + <cstring>author_box</cstring> + </property> + <property name="text"> + <string>Include &author name in class documentation</string> + </property> + </widget> + <widget class="QCheckBox" row="1" column="0"> + <property name="name"> + <cstring>doc_box</cstring> + </property> + <property name="text"> + <string>Generate &empty documentation strings</string> + </property> + </widget> + </grid> + </widget> + <widget class="QCheckBox" row="3" column="0"> + <property name="name"> + <cstring>reformat_box</cstring> + </property> + <property name="text"> + <string>&Reformat source before creating files</string> + </property> + </widget> + </grid> +</widget> +<connections> + <connection> + <sender>templatename_box</sender> + <signal>activated(int)</signal> + <receiver>ClassGeneratorConfigBase</receiver> + <slot>templateTypeChanged(int)</slot> + </connection> +</connections> +<tabstops> + <tabstop>templatename_box</tabstop> + <tabstop>template_edit</tabstop> + <tabstop>filecase_box</tabstop> + <tabstop>defcase_box</tabstop> + <tabstop>supercase_box</tabstop> + <tabstop>author_box</tabstop> + <tabstop>doc_box</tabstop> +</tabstops> +<includes> + <include location="global" impldecl="in implementation">kdialog.h</include> +</includes> +<slots> + <slot access="protected">templateTypeChanged(int type)</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> +</UI> |