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/parsers/autotools/tests/viewerbase.ui

221 lines
8.4 KiB

<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>ViewerBase</class>
<widget class="TQWidget">
<property name="name">
<cstring>ViewerBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>480</height>
</rect>
</property>
<property name="caption">
<string>Viewer</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget" row="0" column="1" rowspan="4" colspan="1">
<property name="name">
<cstring>layout2</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQTextEdit">
<property name="name">
<cstring>source</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>7</vsizetype>
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
</widget>
<widget class="TQTabWidget">
<property name="name">
<cstring>tabWidget2</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>7</vsizetype>
<horstretch>0</horstretch>
<verstretch>2</verstretch>
</sizepolicy>
</property>
<widget class="TQWidget">
<property name="name">
<cstring>tab</cstring>
</property>
<attribute name="title">
<string>Parse Tree</string>
</attribute>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQListView" row="0" column="0">
<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 1</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Value 2</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>ast</cstring>
</property>
</widget>
</grid>
</widget>
<widget class="TQWidget">
<property name="name">
<cstring>tab</cstring>
</property>
<attribute name="title">
<string>Source to Be Written Back</string>
</attribute>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQTextEdit" row="0" column="0">
<property name="name">
<cstring>writeBack</cstring>
</property>
</widget>
</grid>
</widget>
</widget>
</vbox>
</widget>
<widget class="TQLineEdit" row="0" column="0">
<property name="name">
<cstring>allLocation</cstring>
</property>
<property name="maximumSize">
<size>
<width>150</width>
<height>32767</height>
</size>
</property>
</widget>
<widget class="TQPushButton" row="1" column="0">
<property name="name">
<cstring>addAll</cstring>
</property>
<property name="maximumSize">
<size>
<width>150</width>
<height>32767</height>
</size>
</property>
<property name="text">
<string>Add All From Directory</string>
</property>
</widget>
<widget class="TQPushButton" row="2" column="0">
<property name="name">
<cstring>choose</cstring>
</property>
<property name="maximumSize">
<size>
<width>150</width>
<height>32767</height>
</size>
</property>
<property name="text">
<string>Choose File to Add...</string>
</property>
</widget>
<widget class="TQListBox" row="3" column="0">
<property name="name">
<cstring>files</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>7</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>150</width>
<height>32767</height>
</size>
</property>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>addAll</sender>
<signal>clicked()</signal>
<receiver>ViewerBase</receiver>
<slot>addAll_clicked()</slot>
</connection>
<connection>
<sender>choose</sender>
<signal>clicked()</signal>
<receiver>ViewerBase</receiver>
<slot>choose_clicked()</slot>
</connection>
<connection>
<sender>files</sender>
<signal>currentChanged(TQListBoxItem*)</signal>
<receiver>ViewerBase</receiver>
<slot>files_currentChanged(TQListBoxItem*)</slot>
</connection>
<connection>
<sender>tabWidget2</sender>
<signal>selected(const TQString&amp;)</signal>
<receiver>ViewerBase</receiver>
<slot>tabWidget2_selected(const TQString&amp;)</slot>
</connection>
</connections>
<slots>
<slot>addAll_clicked()</slot>
<slot>choose_clicked()</slot>
<slot>files_currentChanged(TQListBoxItem*)</slot>
<slot>tabWidget2_selected(const TQString&amp;)</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>