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.
kscope/src/openprojectlayout.ui

200 lines
7.2 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>OpenProjectLayout</class>
<widget class="TQDialog">
<property name="name">
<cstring>OpenProjectLayout</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>417</width>
<height>384</height>
</rect>
</property>
<property name="caption">
<string>Open Project</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQButtonGroup">
<property name="name">
<cstring>buttonGroup5</cstring>
</property>
<property name="title">
<string>Project Path</string>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KURLRequester">
<property name="name">
<cstring>m_pProjPathRequester</cstring>
</property>
</widget>
</hbox>
</widget>
<widget class="TQButtonGroup">
<property name="name">
<cstring>buttonGroup6</cstring>
</property>
<property name="title">
<string>Recent Projects</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQListBox">
<property name="name">
<cstring>m_pRecentList</cstring>
</property>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout9</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer>
<property name="name">
<cstring>spacer4</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>281</width>
<height>21</height>
</size>
</property>
</spacer>
<widget class="TQPushButton">
<property name="name">
<cstring>m_pRemoveButton</cstring>
</property>
<property name="text">
<string>Remove</string>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout9</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer>
<property name="name">
<cstring>spacer6</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>201</width>
<height>31</height>
</size>
</property>
</spacer>
<widget class="TQPushButton">
<property name="name">
<cstring>m_pOpenButton</cstring>
</property>
<property name="text">
<string>&amp;Open</string>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
<widget class="TQPushButton">
<property name="name">
<cstring>m_pCancelButton</cstring>
</property>
<property name="text">
<string>C&amp;ancel</string>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
<customwidgets>
</customwidgets>
<connections>
<connection>
<sender>m_pOpenButton</sender>
<signal>clicked()</signal>
<receiver>OpenProjectLayout</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>m_pCancelButton</sender>
<signal>clicked()</signal>
<receiver>OpenProjectLayout</receiver>
<slot>reject()</slot>
</connection>
<connection>
<sender>m_pRemoveButton</sender>
<signal>clicked()</signal>
<receiver>OpenProjectLayout</receiver>
<slot>slotRemoveRecent()</slot>
</connection>
<connection>
<sender>m_pRecentList</sender>
<signal>highlighted(TQListBoxItem*)</signal>
<receiver>OpenProjectLayout</receiver>
<slot>slotSelectRecent(TQListBoxItem*)</slot>
</connection>
<connection>
<sender>m_pRecentList</sender>
<signal>doubleClicked(TQListBoxItem*)</signal>
<receiver>OpenProjectLayout</receiver>
<slot>slotOpenRecent(TQListBoxItem*)</slot>
</connection>
<connection>
<sender>m_pProjPathRequester</sender>
<signal>urlSelected(const TQString&amp;)</signal>
<receiver>OpenProjectLayout</receiver>
<slot>slotProjectSelected(const TQString&amp;)</slot>
</connection>
<connection>
<sender>m_pRecentList</sender>
<signal>returnPressed(TQListBoxItem*)</signal>
<receiver>OpenProjectLayout</receiver>
<slot>slotOpenRecent(TQListBoxItem*)</slot>
</connection>
</connections>
<slots>
<slot access="protected">slotRemoveRecent()</slot>
<slot access="protected">slotSelectRecent(TQListBoxItem*)</slot>
<slot access="protected">slotOpenRecent(TQListBoxItem*)</slot>
<slot access="protected">slotProjectSelected(const TQString&amp;)</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kpushbutton.h</include>
<include location="global" impldecl="in implementation">klineedit.h</include>
<include location="global" impldecl="in implementation">kurlrequester.h</include>
</includes>
</UI>