diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 114a878c64ce6f8223cfd22d76a20eb16d177e5e (patch) | |
tree | acaf47eb0fa12142d3896416a69e74cbf5a72242 /buildtools/autotools/configureoptionswidgetbase.ui | |
download | tdevelop-114a878c64ce6f8223cfd22d76a20eb16d177e5e.tar.gz tdevelop-114a878c64ce6f8223cfd22d76a20eb16d177e5e.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'buildtools/autotools/configureoptionswidgetbase.ui')
-rw-r--r-- | buildtools/autotools/configureoptionswidgetbase.ui | 1040 |
1 files changed, 1040 insertions, 0 deletions
diff --git a/buildtools/autotools/configureoptionswidgetbase.ui b/buildtools/autotools/configureoptionswidgetbase.ui new file mode 100644 index 00000000..0eb47ac7 --- /dev/null +++ b/buildtools/autotools/configureoptionswidgetbase.ui @@ -0,0 +1,1040 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>ConfigureOptionsWidgetBase</class> +<widget class="QWidget"> + <property name="name"> + <cstring>configure_options_widget</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>628</width> + <height>607</height> + </rect> + </property> + <property name="caption"> + <string>Configure Options</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>Layout1</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>config_label</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>1</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>&Configuration:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>config_combo</cstring> + </property> + </widget> + <widget class="QComboBox"> + <property name="name"> + <cstring>config_combo</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>3</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="editable"> + <bool>true</bool> + </property> + <property name="toolTip" stdset="0"> + <string>Different build profiles</string> + </property> + <property name="whatsThis" stdset="0"> + <string>profiles</string> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>Spacer17_2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Fixed</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>8</height> + </size> + </property> + </spacer> + <widget class="QPushButton"> + <property name="name"> + <cstring>addconfig_button</cstring> + </property> + <property name="text"> + <string>&Add</string> + </property> + <property name="autoDefault"> + <bool>false</bool> + </property> + </widget> + <widget class="QPushButton"> + <property name="name"> + <cstring>removeconfig_button</cstring> + </property> + <property name="text"> + <string>&Remove</string> + </property> + <property name="autoDefault"> + <bool>false</bool> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>Spacer18_2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + </hbox> + </widget> + <widget class="QTabWidget"> + <property name="name"> + <cstring>tabwidget</cstring> + </property> + <widget class="QWidget"> + <property name="name"> + <cstring>general_tab</cstring> + </property> + <attribute name="title"> + <string>&General</string> + </attribute> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="KLineEdit" row="1" column="1" rowspan="1" colspan="4"> + <property name="name"> + <cstring>configargs_edit</cstring> + </property> + <property name="toolTip" stdset="0"> + <string>Options to pass to configure, e.g. --prefix=<install dir></string> + </property> + <property name="whatsThis" stdset="0"> + <string>Options to pass to configure, e.g. --prefix=<install dir></string> + </property> + </widget> + <widget class="QLabel" row="3" column="0" rowspan="1" colspan="5"> + <property name="name"> + <cstring>builddir_label</cstring> + </property> + <property name="text"> + <string>&Build directory (must be different for every different configuration):</string> + </property> + <property name="buddy" stdset="0"> + <cstring>builddir_edit</cstring> + </property> + </widget> + <spacer row="1" column="0"> + <property name="name"> + <cstring>Spacer23</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Fixed</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QLabel" row="5" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>topsourcedir_label</cstring> + </property> + <property name="text"> + <string>Top source &directory:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>topsourcedir_edit</cstring> + </property> + </widget> + <widget class="KLineEdit" row="4" column="1" rowspan="1" colspan="3"> + <property name="name"> + <cstring>builddir_edit</cstring> + </property> + <property name="toolTip" stdset="0"> + <string>The build process will place the object +files and binary in this directory. + +If the name does not have a leading / +then it is relative to the project directory. +(in the General page) + +The build process also checks here for +a Makefile and a configure script. + +If you have imported a project and you were +building in the project directory, you +probably want this to be blank.</string> + </property> + <property name="whatsThis" stdset="0"> + <string>The build process will place the object +files and binary in this directory. + +If the name does not have a leading / +then it is relative to the project directory. +(in the General page) + +The build process also checks here for +a Makefile and a configure script. + +If you have imported a project and you were +building in the project directory, you +probably want this to be blank.</string> + </property> + </widget> + <widget class="QPushButton" row="4" column="4"> + <property name="name"> + <cstring>builddir_button</cstring> + </property> + <property name="minimumSize"> + <size> + <width>30</width> + <height>0</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>30</width> + <height>32767</height> + </size> + </property> + <property name="text"> + <string>...</string> + </property> + </widget> + <spacer row="4" column="0"> + <property name="name"> + <cstring>Spacer24</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Fixed</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QPushButton" row="6" column="4"> + <property name="name"> + <cstring>topsourcedir_button</cstring> + </property> + <property name="minimumSize"> + <size> + <width>30</width> + <height>0</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>30</width> + <height>32767</height> + </size> + </property> + <property name="text"> + <string>...</string> + </property> + </widget> + <widget class="KLineEdit" row="6" column="1" rowspan="1" colspan="3"> + <property name="name"> + <cstring>topsourcedir_edit</cstring> + </property> + <property name="toolTip" stdset="0"> + <string>Where to start looking for the src files. +If the name does not have a leading / +then it is relative to the project directory. +(in the General page)</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Where to start looking for the src files. +If the name does not have a leading / +then it is relative to the project directory. +(in the General page)</string> + </property> + </widget> + <spacer row="6" column="0"> + <property name="name"> + <cstring>spacer17</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Fixed</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QLabel" row="10" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>ldflags_label</cstring> + </property> + <property name="text"> + <string>Li&nker flags (LDFLAGS):</string> + </property> + <property name="buddy" stdset="0"> + <cstring>ldflags_edit</cstring> + </property> + <property name="whatsThis" stdset="0"> + <string>Linker flags, e.g. -L<lib dir> if you have libraries in a +nonstandard directory <lib dir></string> + </property> + </widget> + <spacer row="11" column="0"> + <property name="name"> + <cstring>spacer17_2_2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Fixed</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="KLineEdit" row="11" column="1" rowspan="1" colspan="4"> + <property name="name"> + <cstring>ldflags_edit</cstring> + </property> + <property name="toolTip" stdset="0"> + <string>Linker flags, e.g. -L<lib dir> if you have libraries in a +nonstandard directory <lib dir></string> + </property> + <property name="whatsThis" stdset="0"> + <string>Linker flags, e.g. -L<lib dir> if you have libraries in a +nonstandard directory <lib dir></string> + </property> + </widget> + <widget class="KLineEdit" row="9" column="1" rowspan="1" colspan="4"> + <property name="name"> + <cstring>cppflags_edit</cstring> + </property> + <property name="toolTip" stdset="0"> + <string>C/C++ preprocessor flags, e.g. -I<include dir> if you have +headers in a nonstandard directory <include dir></string> + </property> + <property name="whatsThis" stdset="0"> + <string>C/C++ preprocessor flags, e.g. -I<include dir> if you have +headers in a nonstandard directory <include dir></string> + </property> + </widget> + <spacer row="9" column="0"> + <property name="name"> + <cstring>spacer17_2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Fixed</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QLabel" row="8" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>cppflags_label</cstring> + </property> + <property name="text"> + <string>C/C++ &preprocessor flags (CPPFLAGS):</string> + </property> + <property name="buddy" stdset="0"> + <cstring>cppflags_edit</cstring> + </property> + <property name="whatsThis" stdset="0"> + <string>C/C++ preprocessor flags, e.g. -I<include dir> if you have +headers in a nonstandard directory <include dir></string> + </property> + </widget> + <widget class="QLabel" row="0" column="0" rowspan="1" colspan="5"> + <property name="name"> + <cstring>configargs_label</cstring> + </property> + <property name="text"> + <string>Configure argu&ments:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>configargs_edit</cstring> + </property> + </widget> + <widget class="QGroupBox" row="12" column="0" rowspan="1" colspan="5"> + <property name="name"> + <cstring>env_groupBox</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>3</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="title"> + <string>Environment &Variables</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + </grid> + </widget> + </grid> + </widget> + <widget class="QWidget"> + <property name="name"> + <cstring>c_tab</cstring> + </property> + <attribute name="title"> + <string>C</string> + </attribute> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>ccompiler_label</cstring> + </property> + <property name="text"> + <string>C com&piler:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>cservice_combo</cstring> + </property> + </widget> + <widget class="QComboBox" row="0" column="1"> + <property name="name"> + <cstring>cservice_combo</cstring> + </property> + </widget> + <spacer row="1" column="1"> + <property name="name"> + <cstring>Spacer11</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Fixed</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QLabel" row="4" column="0"> + <property name="name"> + <cstring>cflags_label</cstring> + </property> + <property name="text"> + <string>Compiler f&lags (CFLAGS):</string> + </property> + <property name="buddy" stdset="0"> + <cstring>cflags_edit</cstring> + </property> + </widget> + <widget class="KLineEdit" row="4" column="1"> + <property name="name"> + <cstring>cflags_edit</cstring> + </property> + </widget> + <widget class="QPushButton" row="4" column="2"> + <property name="name"> + <cstring>cflags_button</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>0</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="maximumSize"> + <size> + <width>30</width> + <height>32767</height> + </size> + </property> + <property name="text"> + <string>...</string> + </property> + </widget> + <spacer row="5" column="1"> + <property name="name"> + <cstring>Spacer10</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>168</height> + </size> + </property> + </spacer> + <widget class="QLabel" row="2" column="0"> + <property name="name"> + <cstring>cbinary_label</cstring> + </property> + <property name="text"> + <string>Compiler co&mmand (CC):</string> + </property> + <property name="buddy" stdset="0"> + <cstring>cbinary_edit</cstring> + </property> + </widget> + <widget class="KLineEdit" row="2" column="1"> + <property name="name"> + <cstring>cbinary_edit</cstring> + </property> + </widget> + <spacer row="3" column="1"> + <property name="name"> + <cstring>Spacer12</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Fixed</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + </grid> + </widget> + <widget class="QWidget"> + <property name="name"> + <cstring>cxx_tab</cstring> + </property> + <attribute name="title"> + <string>C++</string> + </attribute> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>cxxcompiler_label</cstring> + </property> + <property name="text"> + <string>C++ com&piler:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>cxxservice_combo</cstring> + </property> + </widget> + <widget class="QComboBox" row="0" column="1"> + <property name="name"> + <cstring>cxxservice_combo</cstring> + </property> + </widget> + <spacer row="1" column="1"> + <property name="name"> + <cstring>Spacer13</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Fixed</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QLabel" row="2" column="0"> + <property name="name"> + <cstring>cxxbinary_label</cstring> + </property> + <property name="text"> + <string>Compiler co&mmand (CXX):</string> + </property> + <property name="buddy" stdset="0"> + <cstring>cxxbinary_edit</cstring> + </property> + </widget> + <widget class="KLineEdit" row="2" column="1"> + <property name="name"> + <cstring>cxxbinary_edit</cstring> + </property> + </widget> + <spacer row="3" column="1"> + <property name="name"> + <cstring>Spacer13_2</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Fixed</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QLabel" row="4" column="0"> + <property name="name"> + <cstring>cxxflags_label</cstring> + </property> + <property name="text"> + <string>Compiler flags (C&XXFLAGS):</string> + </property> + <property name="buddy" stdset="0"> + <cstring>cxxflags_edit</cstring> + </property> + </widget> + <widget class="KLineEdit" row="4" column="1"> + <property name="name"> + <cstring>cxxflags_edit</cstring> + </property> + </widget> + <widget class="QPushButton" row="4" column="2"> + <property name="name"> + <cstring>cxxflags_button</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>0</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="maximumSize"> + <size> + <width>30</width> + <height>32767</height> + </size> + </property> + <property name="text"> + <string>...</string> + </property> + </widget> + <spacer row="5" column="1"> + <property name="name"> + <cstring>Spacer16</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + </grid> + </widget> + <widget class="QWidget"> + <property name="name"> + <cstring>fortran_tab</cstring> + </property> + <attribute name="title"> + <string>F&ortran</string> + </attribute> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>f77compiler_label</cstring> + </property> + <property name="text"> + <string>Fortra&n compiler:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>f77service_combo</cstring> + </property> + </widget> + <widget class="QComboBox" row="0" column="1"> + <property name="name"> + <cstring>f77service_combo</cstring> + </property> + </widget> + <spacer row="1" column="1"> + <property name="name"> + <cstring>Spacer16_2</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Fixed</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QLabel" row="2" column="0"> + <property name="name"> + <cstring>f77binary_label</cstring> + </property> + <property name="text"> + <string>Compiler co&mmand (F77):</string> + </property> + <property name="buddy" stdset="0"> + <cstring>f77binary_edit</cstring> + </property> + </widget> + <widget class="KLineEdit" row="2" column="1"> + <property name="name"> + <cstring>f77binary_edit</cstring> + </property> + </widget> + <spacer row="3" column="1"> + <property name="name"> + <cstring>Spacer17</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Fixed</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QLabel" row="4" column="0"> + <property name="name"> + <cstring>f77flags_label</cstring> + </property> + <property name="text"> + <string>Compiler f&lags (FFLAGS):</string> + </property> + <property name="buddy" stdset="0"> + <cstring>f77flags_edit</cstring> + </property> + </widget> + <widget class="KLineEdit" row="4" column="1"> + <property name="name"> + <cstring>f77flags_edit</cstring> + </property> + </widget> + <widget class="QPushButton" row="4" column="2"> + <property name="name"> + <cstring>f77flags_button</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>0</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="maximumSize"> + <size> + <width>30</width> + <height>32767</height> + </size> + </property> + <property name="text"> + <string>...</string> + </property> + </widget> + <spacer row="5" column="1"> + <property name="name"> + <cstring>Spacer18</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + </grid> + </widget> + </widget> + </vbox> +</widget> +<connections> + <connection> + <sender>cflags_button</sender> + <signal>clicked()</signal> + <receiver>configure_options_widget</receiver> + <slot>cflagsClicked()</slot> + </connection> + <connection> + <sender>f77flags_button</sender> + <signal>clicked()</signal> + <receiver>configure_options_widget</receiver> + <slot>f77flagsClicked()</slot> + </connection> + <connection> + <sender>cservice_combo</sender> + <signal>activated(int)</signal> + <receiver>configure_options_widget</receiver> + <slot>cserviceChanged()</slot> + </connection> + <connection> + <sender>f77service_combo</sender> + <signal>activated(int)</signal> + <receiver>configure_options_widget</receiver> + <slot>f77serviceChanged()</slot> + </connection> + <connection> + <sender>cxxflags_button</sender> + <signal>clicked()</signal> + <receiver>configure_options_widget</receiver> + <slot>cxxflagsClicked()</slot> + </connection> + <connection> + <sender>cxxservice_combo</sender> + <signal>activated(int)</signal> + <receiver>configure_options_widget</receiver> + <slot>cxxserviceChanged()</slot> + </connection> + <connection> + <sender>addconfig_button</sender> + <signal>clicked()</signal> + <receiver>configure_options_widget</receiver> + <slot>configAdded()</slot> + </connection> + <connection> + <sender>removeconfig_button</sender> + <signal>clicked()</signal> + <receiver>configure_options_widget</receiver> + <slot>configRemoved()</slot> + </connection> + <connection> + <sender>config_combo</sender> + <signal>activated(const QString&)</signal> + <receiver>configure_options_widget</receiver> + <slot>configChanged(const QString&)</slot> + </connection> + <connection> + <sender>config_combo</sender> + <signal>textChanged(const QString&)</signal> + <receiver>configure_options_widget</receiver> + <slot>configComboTextChanged(const QString&)</slot> + </connection> + <connection> + <sender>builddir_button</sender> + <signal>clicked()</signal> + <receiver>configure_options_widget</receiver> + <slot>builddirClicked()</slot> + </connection> + <connection> + <sender>configargs_edit</sender> + <signal>textChanged(const QString&)</signal> + <receiver>configure_options_widget</receiver> + <slot>setDirty()</slot> + </connection> + <connection> + <sender>builddir_edit</sender> + <signal>textChanged(const QString&)</signal> + <receiver>configure_options_widget</receiver> + <slot>setDirty()</slot> + </connection> + <connection> + <sender>cbinary_edit</sender> + <signal>textChanged(const QString&)</signal> + <receiver>configure_options_widget</receiver> + <slot>setDirty()</slot> + </connection> + <connection> + <sender>cflags_edit</sender> + <signal>textChanged(const QString&)</signal> + <receiver>configure_options_widget</receiver> + <slot>setDirty()</slot> + </connection> + <connection> + <sender>cxxbinary_edit</sender> + <signal>textChanged(const QString&)</signal> + <receiver>configure_options_widget</receiver> + <slot>setDirty()</slot> + </connection> + <connection> + <sender>cxxflags_edit</sender> + <signal>textChanged(const QString&)</signal> + <receiver>configure_options_widget</receiver> + <slot>setDirty()</slot> + </connection> + <connection> + <sender>f77binary_edit</sender> + <signal>textChanged(const QString&)</signal> + <receiver>configure_options_widget</receiver> + <slot>setDirty()</slot> + </connection> + <connection> + <sender>f77flags_edit</sender> + <signal>textChanged(const QString&)</signal> + <receiver>configure_options_widget</receiver> + <slot>setDirty()</slot> + </connection> + <connection> + <sender>topsourcedir_button</sender> + <signal>clicked()</signal> + <receiver>configure_options_widget</receiver> + <slot>topsourcedirClicked()</slot> + </connection> + <connection> + <sender>topsourcedir_edit</sender> + <signal>textChanged(const QString&)</signal> + <receiver>configure_options_widget</receiver> + <slot>setDirty()</slot> + </connection> + <connection> + <sender>cppflags_edit</sender> + <signal>textChanged(const QString&)</signal> + <receiver>configure_options_widget</receiver> + <slot>setDirty()</slot> + </connection> + <connection> + <sender>ldflags_edit</sender> + <signal>textChanged(const QString&)</signal> + <receiver>configure_options_widget</receiver> + <slot>setDirty()</slot> + </connection> +</connections> +<tabstops> + <tabstop>configargs_edit</tabstop> + <tabstop>builddir_edit</tabstop> + <tabstop>builddir_button</tabstop> + <tabstop>topsourcedir_edit</tabstop> + <tabstop>topsourcedir_button</tabstop> + <tabstop>cppflags_edit</tabstop> + <tabstop>ldflags_edit</tabstop> + <tabstop>tabwidget</tabstop> + <tabstop>config_combo</tabstop> + <tabstop>addconfig_button</tabstop> + <tabstop>removeconfig_button</tabstop> + <tabstop>cservice_combo</tabstop> + <tabstop>cbinary_edit</tabstop> + <tabstop>cflags_edit</tabstop> + <tabstop>cflags_button</tabstop> + <tabstop>cxxservice_combo</tabstop> + <tabstop>cxxbinary_edit</tabstop> + <tabstop>cxxflags_edit</tabstop> + <tabstop>cxxflags_button</tabstop> + <tabstop>f77service_combo</tabstop> + <tabstop>f77binary_edit</tabstop> + <tabstop>f77flags_edit</tabstop> + <tabstop>f77flags_button</tabstop> +</tabstops> +<includes> + <include location="global" impldecl="in implementation">kdialog.h</include> +</includes> +<slots> + <slot access="protected">builddirClicked()</slot> + <slot access="protected">cflagsClicked()</slot> + <slot access="protected">configAdded()</slot> + <slot access="protected">configChanged(const QString&)</slot> + <slot access="protected">configComboTextChanged(const QString&)</slot> + <slot access="protected">configRemoved()</slot> + <slot access="protected">cserviceChanged()</slot> + <slot access="protected">cxxflagsClicked()</slot> + <slot access="protected">cxxserviceChanged()</slot> + <slot access="protected">f77flagsClicked()</slot> + <slot access="protected">f77serviceChanged()</slot> + <slot access="protected">setDirty()</slot> + <slot access="protected">topsourcedirClicked()</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> +<includehints> + <includehint>klineedit.h</includehint> +</includehints> +</UI> |