You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdevelop/buildtools/lib/widgets/environmentvariableswidgetb...

201 lines
6.6 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>EnvironmentVariablesWidgetBase</class>
<widget class="TQWidget">
<property name="name">
<cstring>EnvironmentVariablesWidgetBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>566</width>
<height>451</height>
</rect>
</property>
<property name="caption">
<string>Environment Variables</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="TQListView" row="0" column="0" rowspan="6" colspan="1">
<column>
<property name="text">
<string>Name</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Value</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>listview</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>7</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="showSortIndicator">
<bool>true</bool>
</property>
<property name="resizeMode">
<enum>AllColumns</enum>
</property>
</widget>
<widget class="TQPushButton" row="2" column="1">
<property name="name">
<cstring>removevar_button</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&amp;Remove</string>
</property>
</widget>
<widget class="TQPushButton" row="1" column="1">
<property name="name">
<cstring>editvar_button</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>1</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&amp;Edit</string>
</property>
</widget>
<widget class="TQPushButton" row="0" column="1">
<property name="name">
<cstring>addvar_button</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>1</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>A&amp;dd / Copy</string>
</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>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>60</height>
</size>
</property>
</spacer>
<widget class="TQPushButton" row="4" column="1">
<property name="name">
<cstring>environmentButton</cstring>
</property>
<property name="text">
<string>E&amp;nvironment</string>
</property>
</widget>
<spacer row="5" column="1">
<property name="name">
<cstring>spacer2</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>171</height>
</size>
</property>
</spacer>
</grid>
</widget>
<connections>
<connection>
<sender>addvar_button</sender>
<signal>clicked()</signal>
<receiver>EnvironmentVariablesWidgetBase</receiver>
<slot>addVarClicked()</slot>
</connection>
<connection>
<sender>removevar_button</sender>
<signal>clicked()</signal>
<receiver>EnvironmentVariablesWidgetBase</receiver>
<slot>removeVarClicked()</slot>
</connection>
<connection>
<sender>editvar_button</sender>
<signal>clicked()</signal>
<receiver>EnvironmentVariablesWidgetBase</receiver>
<slot>editVarClicked()</slot>
</connection>
<connection>
<sender>environmentButton</sender>
<signal>clicked()</signal>
<receiver>EnvironmentVariablesWidgetBase</receiver>
<slot>environmentClicked()</slot>
</connection>
</connections>
<tabstops>
<tabstop>listview</tabstop>
<tabstop>addvar_button</tabstop>
<tabstop>removevar_button</tabstop>
</tabstops>
<includes>
<include location="global" impldecl="in implementation">kdialog.h</include>
</includes>
<slots>
<slot>addVarClicked()</slot>
<slot>removeVarClicked()</slot>
<slot>editVarClicked()</slot>
<slot>environmentClicked()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
</UI>