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.
186 lines
6.2 KiB
186 lines
6.2 KiB
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
|
|
<class>dlgChatRoomsList</class>
|
|
<widget class="KDialog">
|
|
<property name="name">
|
|
<cstring>dlgChatRoomsList</cstring>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>467</width>
|
|
<height>298</height>
|
|
</rect>
|
|
</property>
|
|
<property name="caption">
|
|
<string>List Chatrooms</string>
|
|
</property>
|
|
<vbox>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<widget class="TQLayoutWidget">
|
|
<property name="name">
|
|
<cstring>layout4</cstring>
|
|
</property>
|
|
<hbox>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<widget class="TQLabel">
|
|
<property name="name">
|
|
<cstring>lblServer</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Server</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQLineEdit">
|
|
<property name="name">
|
|
<cstring>leServer</cstring>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQPushButton">
|
|
<property name="name">
|
|
<cstring>pbQuery</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Query</string>
|
|
</property>
|
|
</widget>
|
|
</hbox>
|
|
</widget>
|
|
<widget class="TQTable">
|
|
<column>
|
|
<property name="text">
|
|
<string>Chatroom Name</string>
|
|
</property>
|
|
<property name="pixmap">
|
|
<pixmap></pixmap>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>Chatroom Description</string>
|
|
</property>
|
|
<property name="pixmap">
|
|
<pixmap></pixmap>
|
|
</property>
|
|
</column>
|
|
<property name="name">
|
|
<cstring>tblChatRoomsList</cstring>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>ClickFocus</enum>
|
|
</property>
|
|
<property name="numRows">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="numCols">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="rowMovingEnabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="columnMovingEnabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="selectionMode">
|
|
<enum>SingleRow</enum>
|
|
</property>
|
|
<property name="focusStyle">
|
|
<enum>FollowStyle</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQLayoutWidget">
|
|
<property name="name">
|
|
<cstring>layout5</cstring>
|
|
</property>
|
|
<hbox>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<spacer>
|
|
<property name="name">
|
|
<cstring>spacer2</cstring>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Horizontal</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>Expanding</enum>
|
|
</property>
|
|
<property name="sizeHint">
|
|
<size>
|
|
<width>121</width>
|
|
<height>21</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
<widget class="TQPushButton">
|
|
<property name="name">
|
|
<cstring>pbJoin</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Join</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQPushButton">
|
|
<property name="name">
|
|
<cstring>pbClose</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Clos&e</string>
|
|
</property>
|
|
</widget>
|
|
</hbox>
|
|
</widget>
|
|
</vbox>
|
|
</widget>
|
|
<connections>
|
|
<connection>
|
|
<sender>pbClose</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>dlgChatRoomsList</receiver>
|
|
<slot>close()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>pbJoin</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>dlgChatRoomsList</receiver>
|
|
<slot>slotJoin()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>pbQuery</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>dlgChatRoomsList</receiver>
|
|
<slot>slotQuery()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>tblChatRoomsList</sender>
|
|
<signal>clicked(int,int,int,const TQPoint&)</signal>
|
|
<receiver>dlgChatRoomsList</receiver>
|
|
<slot>slotClick(int,int,int,const TQPoint&)</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>tblChatRoomsList</sender>
|
|
<signal>doubleClicked(int,int,int,const TQPoint&)</signal>
|
|
<receiver>dlgChatRoomsList</receiver>
|
|
<slot>slotDoubleClick(int,int,int,const TQPoint&)</slot>
|
|
</connection>
|
|
</connections>
|
|
<Q_SLOTS>
|
|
<slot>slotQuery()</slot>
|
|
<slot>slotJoin()</slot>
|
|
<slot>slotClick(int row, int col, int button, const TQPoint& mousePos)</slot>
|
|
<slot>slotDoubleClick(int row, int col, int button, const TQPoint& mousePos)</slot>
|
|
</Q_SLOTS>
|
|
<layoutdefaults spacing="6" margin="11"/>
|
|
<includehints>
|
|
<includehint>kdialog.h</includehint>
|
|
</includehints>
|
|
</UI>
|