summaryrefslogtreecommitdiffstats
path: root/languages/fortran/ftnchekconfigwidgetbase.ui
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:06:29 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:06:29 -0600
commitc0b24fe164924298d7e6ae33964b3c65fadbcba3 (patch)
tree2ba50375d78b077b266b224e4413150ef3e60a15 /languages/fortran/ftnchekconfigwidgetbase.ui
parent33d15e862e09fbcbb05e209f832414bd8a01291e (diff)
downloadtdevelop-c0b24fe164924298d7e6ae33964b3c65fadbcba3.tar.gz
tdevelop-c0b24fe164924298d7e6ae33964b3c65fadbcba3.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'languages/fortran/ftnchekconfigwidgetbase.ui')
-rw-r--r--languages/fortran/ftnchekconfigwidgetbase.ui584
1 files changed, 0 insertions, 584 deletions
diff --git a/languages/fortran/ftnchekconfigwidgetbase.ui b/languages/fortran/ftnchekconfigwidgetbase.ui
deleted file mode 100644
index f01271af..00000000
--- a/languages/fortran/ftnchekconfigwidgetbase.ui
+++ /dev/null
@@ -1,584 +0,0 @@
-<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
-<class>FtnchekConfigWidgetBase</class>
-<widget class="TQWidget">
- <property name="name">
- <cstring>ftcheck_config_widget</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>798</width>
- <height>507</height>
- </rect>
- </property>
- <property name="caption">
- <string>Ftnchek Options</string>
- </property>
- <vbox>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>0</number>
- </property>
- <widget class="TQTabWidget">
- <property name="name">
- <cstring>TabWidget4</cstring>
- </property>
- <widget class="TQWidget">
- <property name="name">
- <cstring>tab</cstring>
- </property>
- <attribute name="title">
- <string>&amp;1</string>
- </attribute>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <widget class="TQCheckBox" row="0" column="2">
- <property name="name">
- <cstring>extern_box</cstring>
- </property>
- <property name="text">
- <string>&amp;External subprograms without definition</string>
- </property>
- </widget>
- <widget class="TQCheckBox" row="1" column="2">
- <property name="name">
- <cstring>division_box</cstring>
- </property>
- <property name="text">
- <string>&amp;Divisions</string>
- </property>
- </widget>
- <widget class="TQCheckBox" row="0" column="0">
- <property name="name">
- <cstring>declare_box</cstring>
- </property>
- <property name="text">
- <string>&amp;Identifiers without explicit type</string>
- </property>
- </widget>
- <widget class="TQCheckBox" row="1" column="0">
- <property name="name">
- <cstring>pure_box</cstring>
- </property>
- <property name="text">
- <string>&amp;Assume functions have no side effects</string>
- </property>
- </widget>
- <spacer row="2" column="0">
- <property name="name">
- <cstring>Spacer2_3</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Preferred</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>20</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- <widget class="TQLabel" row="3" column="0">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <property name="text">
- <string>Ar&amp;guments:</string>
- </property>
- <property name="buddy" stdset="0">
- <cstring>argumentsall_button</cstring>
- </property>
- </widget>
- <widget class="TQRadioButton" row="4" column="0">
- <property name="name">
- <cstring>argumentsall_button</cstring>
- </property>
- <property name="text">
- <string>All</string>
- </property>
- <property name="checked">
- <bool>false</bool>
- </property>
- </widget>
- <widget class="TQRadioButton" row="5" column="0">
- <property name="name">
- <cstring>argumentsonly_button</cstring>
- </property>
- <property name="text">
- <string>Only the following:</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <spacer row="6" column="1">
- <property name="name">
- <cstring>Spacer4</cstring>
- </property>
- <property name="orientation">
- <enum>Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>Preferred</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>20</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- <spacer row="2" column="2">
- <property name="name">
- <cstring>Spacer3</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Preferred</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>20</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- <widget class="TQRadioButton" row="4" column="2">
- <property name="name">
- <cstring>commonall_button</cstring>
- </property>
- <property name="text">
- <string>All</string>
- </property>
- </widget>
- <widget class="TQRadioButton" row="5" column="2">
- <property name="name">
- <cstring>commononly_button</cstring>
- </property>
- <property name="text">
- <string>Only the following:</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="TQListView" row="6" column="0">
- <column>
- <property name="text">
- <string></string>
- </property>
- <property name="clickable">
- <bool>true</bool>
- </property>
- <property name="resizable">
- <bool>true</bool>
- </property>
- </column>
- <column>
- <property name="text">
- <string></string>
- </property>
- <property name="clickable">
- <bool>true</bool>
- </property>
- <property name="resizable">
- <bool>true</bool>
- </property>
- </column>
- <property name="name">
- <cstring>arguments_listview</cstring>
- </property>
- <property name="resizeMode">
- <enum>NoColumn</enum>
- </property>
- </widget>
- <widget class="TQListView" row="6" column="2">
- <column>
- <property name="text">
- <string></string>
- </property>
- <property name="clickable">
- <bool>true</bool>
- </property>
- <property name="resizable">
- <bool>true</bool>
- </property>
- </column>
- <column>
- <property name="text">
- <string></string>
- </property>
- <property name="clickable">
- <bool>true</bool>
- </property>
- <property name="resizable">
- <bool>true</bool>
- </property>
- </column>
- <property name="name">
- <cstring>common_listview</cstring>
- </property>
- <property name="resizeMode">
- <enum>NoColumn</enum>
- </property>
- </widget>
- <widget class="TQLabel" row="3" column="2">
- <property name="name">
- <cstring>TextLabel2</cstring>
- </property>
- <property name="text">
- <string>Common &amp;blocks:</string>
- </property>
- <property name="buddy" stdset="0">
- <cstring>commonall_button</cstring>
- </property>
- </widget>
- </grid>
- </widget>
- <widget class="TQWidget">
- <property name="name">
- <cstring>tab</cstring>
- </property>
- <attribute name="title">
- <string>&amp;2</string>
- </attribute>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <widget class="TQRadioButton" row="2" column="0">
- <property name="name">
- <cstring>truncationonly_button</cstring>
- </property>
- <property name="text">
- <string>Only the following:</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="TQLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel4</cstring>
- </property>
- <property name="text">
- <string>&amp;Truncation and roundoff errors:</string>
- </property>
- <property name="buddy" stdset="0">
- <cstring>truncationall_button</cstring>
- </property>
- </widget>
- <widget class="TQRadioButton" row="1" column="0">
- <property name="name">
- <cstring>truncationall_button</cstring>
- </property>
- <property name="text">
- <string>All</string>
- </property>
- </widget>
- <widget class="TQLabel" row="0" column="2">
- <property name="name">
- <cstring>TextLabel3</cstring>
- </property>
- <property name="text">
- <string>&amp;Use of variables:</string>
- </property>
- <property name="buddy" stdset="0">
- <cstring>usageall_button</cstring>
- </property>
- </widget>
- <widget class="TQRadioButton" row="1" column="2">
- <property name="name">
- <cstring>usageall_button</cstring>
- </property>
- <property name="text">
- <string>All</string>
- </property>
- </widget>
- <widget class="TQListView" row="3" column="0">
- <column>
- <property name="text">
- <string></string>
- </property>
- <property name="clickable">
- <bool>true</bool>
- </property>
- <property name="resizable">
- <bool>true</bool>
- </property>
- </column>
- <column>
- <property name="text">
- <string></string>
- </property>
- <property name="clickable">
- <bool>true</bool>
- </property>
- <property name="resizable">
- <bool>true</bool>
- </property>
- </column>
- <property name="name">
- <cstring>truncation_listview</cstring>
- </property>
- <property name="resizeMode">
- <enum>NoColumn</enum>
- </property>
- </widget>
- <widget class="TQRadioButton" row="2" column="2">
- <property name="name">
- <cstring>usageonly_button</cstring>
- </property>
- <property name="text">
- <string>Only the following:</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <spacer row="3" column="1">
- <property name="name">
- <cstring>Spacer1_2</cstring>
- </property>
- <property name="orientation">
- <enum>Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>Preferred</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>20</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- <widget class="TQListView" row="3" column="2">
- <column>
- <property name="text">
- <string></string>
- </property>
- <property name="clickable">
- <bool>true</bool>
- </property>
- <property name="resizable">
- <bool>true</bool>
- </property>
- </column>
- <column>
- <property name="text">
- <string></string>
- </property>
- <property name="clickable">
- <bool>true</bool>
- </property>
- <property name="resizable">
- <bool>true</bool>
- </property>
- </column>
- <property name="name">
- <cstring>usage_listview</cstring>
- </property>
- <property name="resizeMode">
- <enum>NoColumn</enum>
- </property>
- </widget>
- </grid>
- </widget>
- <widget class="TQWidget">
- <property name="name">
- <cstring>tab</cstring>
- </property>
- <attribute name="title">
- <string>&amp;3</string>
- </attribute>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <widget class="TQRadioButton" row="1" column="0" rowspan="1" colspan="2">
- <property name="name">
- <cstring>f77all_button</cstring>
- </property>
- <property name="text">
- <string>All</string>
- </property>
- </widget>
- <widget class="TQRadioButton" row="2" column="0" rowspan="1" colspan="2">
- <property name="name">
- <cstring>f77only_button</cstring>
- </property>
- <property name="text">
- <string>Only the following:</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="TQListView" row="3" column="0">
- <column>
- <property name="text">
- <string></string>
- </property>
- <property name="clickable">
- <bool>true</bool>
- </property>
- <property name="resizable">
- <bool>true</bool>
- </property>
- </column>
- <column>
- <property name="text">
- <string></string>
- </property>
- <property name="clickable">
- <bool>true</bool>
- </property>
- <property name="resizable">
- <bool>true</bool>
- </property>
- </column>
- <property name="name">
- <cstring>f77_listview</cstring>
- </property>
- <property name="resizeMode">
- <enum>NoColumn</enum>
- </property>
- </widget>
- <widget class="TQListView" row="3" column="2">
- <column>
- <property name="text">
- <string></string>
- </property>
- <property name="clickable">
- <bool>true</bool>
- </property>
- <property name="resizable">
- <bool>true</bool>
- </property>
- </column>
- <column>
- <property name="text">
- <string></string>
- </property>
- <property name="clickable">
- <bool>true</bool>
- </property>
- <property name="resizable">
- <bool>true</bool>
- </property>
- </column>
- <property name="name">
- <cstring>portability_listview</cstring>
- </property>
- <property name="resizeMode">
- <enum>NoColumn</enum>
- </property>
- </widget>
- <spacer row="3" column="1">
- <property name="name">
- <cstring>Spacer2</cstring>
- </property>
- <property name="orientation">
- <enum>Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>Preferred</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>20</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- <widget class="TQLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel4_2</cstring>
- </property>
- <property name="text">
- <string>Fortran 77 language &amp;extensions:</string>
- </property>
- <property name="buddy" stdset="0">
- <cstring>f77all_button</cstring>
- </property>
- </widget>
- <widget class="TQLabel" row="0" column="2">
- <property name="name">
- <cstring>TextLabel3_2</cstring>
- </property>
- <property name="text">
- <string>Other &amp;portability warnings:</string>
- </property>
- <property name="buddy" stdset="0">
- <cstring>portabilityall_button</cstring>
- </property>
- </widget>
- <widget class="TQRadioButton" row="1" column="2">
- <property name="name">
- <cstring>portabilityall_button</cstring>
- </property>
- <property name="text">
- <string>All</string>
- </property>
- </widget>
- <widget class="TQRadioButton" row="2" column="2">
- <property name="name">
- <cstring>portabilityonly_button</cstring>
- </property>
- <property name="text">
- <string>Only the following:</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- </grid>
- </widget>
- </widget>
- </vbox>
-</widget>
-<tabstops>
- <tabstop>declare_box</tabstop>
- <tabstop>pure_box</tabstop>
- <tabstop>extern_box</tabstop>
- <tabstop>division_box</tabstop>
- <tabstop>argumentsall_button</tabstop>
- <tabstop>argumentsonly_button</tabstop>
- <tabstop>arguments_listview</tabstop>
- <tabstop>commonall_button</tabstop>
- <tabstop>commononly_button</tabstop>
- <tabstop>common_listview</tabstop>
- <tabstop>TabWidget4</tabstop>
- <tabstop>truncationall_button</tabstop>
- <tabstop>truncationonly_button</tabstop>
- <tabstop>truncation_listview</tabstop>
- <tabstop>usageall_button</tabstop>
- <tabstop>usageonly_button</tabstop>
- <tabstop>usage_listview</tabstop>
- <tabstop>f77all_button</tabstop>
- <tabstop>f77only_button</tabstop>
- <tabstop>f77_listview</tabstop>
- <tabstop>portabilityall_button</tabstop>
- <tabstop>portabilityonly_button</tabstop>
- <tabstop>portability_listview</tabstop>
-</tabstops>
-<includes>
- <include location="global" impldecl="in implementation">kdialog.h</include>
-</includes>
-<layoutdefaults spacing="6" margin="11"/>
-<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
-</UI>