Warning, /games/knights/src/proto/chatwidget.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>ChatWidget</class>
0004  <widget class="QWidget" name="ChatWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>264</width>
0010     <height>258</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout">
0014    <item row="6" column="0">
0015     <widget class="KLineEdit" name="line"/>
0016    </item>
0017    <item row="6" column="1">
0018     <widget class="QPushButton" name="sendButton">
0019      <property name="text">
0020       <string>Send</string>
0021      </property>
0022      <property name="default">
0023       <bool>true</bool>
0024      </property>
0025     </widget>
0026    </item>
0027    <item row="4" column="0" colspan="2">
0028     <layout class="QHBoxLayout" name="hLayout">
0029      <property name="sizeConstraint">
0030       <enum>QLayout::SetMinimumSize</enum>
0031      </property>
0032      <item>
0033       <layout class="QHBoxLayout" name="extraButtonsLayout"/>
0034      </item>
0035      <item>
0036       <spacer name="horizontalSpacer">
0037        <property name="orientation">
0038         <enum>Qt::Horizontal</enum>
0039        </property>
0040        <property name="sizeHint" stdset="0">
0041         <size>
0042          <width>40</width>
0043          <height>20</height>
0044         </size>
0045        </property>
0046       </spacer>
0047      </item>
0048      <item>
0049       <widget class="QToolButton" name="toolButton">
0050        <property name="text">
0051         <string>...</string>
0052        </property>
0053       </widget>
0054      </item>
0055     </layout>
0056    </item>
0057    <item row="0" column="0" rowspan="4" colspan="2">
0058     <layout class="QHBoxLayout" name="consoleLayout">
0059      <property name="sizeConstraint">
0060       <enum>QLayout::SetMaximumSize</enum>
0061      </property>
0062     </layout>
0063    </item>
0064   </layout>
0065  </widget>
0066  <customwidgets>
0067   <customwidget>
0068    <class>KLineEdit</class>
0069    <extends>QLineEdit</extends>
0070    <header>klineedit.h</header>
0071   </customwidget>
0072  </customwidgets>
0073  <resources/>
0074  <connections>
0075   <connection>
0076    <sender>line</sender>
0077    <signal>returnPressed()</signal>
0078    <receiver>sendButton</receiver>
0079    <slot>click()</slot>
0080    <hints>
0081     <hint type="sourcelabel">
0082      <x>115</x>
0083      <y>242</y>
0084     </hint>
0085     <hint type="destinationlabel">
0086      <x>216</x>
0087      <y>243</y>
0088     </hint>
0089    </hints>
0090   </connection>
0091  </connections>
0092 </ui>