| <?xml version="1.0" encoding="UTF-8"?> |
| <ui version="4.0"> |
| <class>ChatDialog</class> |
| <widget class="QDialog" name="ChatDialog"> |
| <property name="geometry"> |
| <rect> |
| <x>0</x> |
| <y>0</y> |
| <width>838</width> |
| <height>600</height> |
| </rect> |
| </property> |
| <property name="windowTitle"> |
| <string>ChronoChat -- Powered By ChronoSync</string> |
| </property> |
| <layout class="QVBoxLayout"> |
| <property name="spacing"> |
| <number>6</number> |
| </property> |
| <item> |
| <layout class="QHBoxLayout" name="horizontalLayout"> |
| <property name="spacing"> |
| <number>-1</number> |
| </property> |
| <item> |
| <layout class="QVBoxLayout" name="infoLayout"> |
| <item> |
| <widget class="QLabel" name="infoLabel"> |
| <property name="focusPolicy"> |
| <enum>Qt::NoFocus</enum> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <layout class="QHBoxLayout" name="prefixLayout"> |
| <item> |
| <widget class="QLabel" name="prefixLabel"> |
| <property name="focusPolicy"> |
| <enum>Qt::NoFocus</enum> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| </layout> |
| </item> |
| <item> |
| <spacer name="horizontalSpacer"> |
| <property name="orientation"> |
| <enum>Qt::Horizontal</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>40</width> |
| <height>20</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| <item> |
| <layout class="QVBoxLayout" name="buttonLayout"> |
| <property name="sizeConstraint"> |
| <enum>QLayout::SetFixedSize</enum> |
| </property> |
| <item> |
| <widget class="QPushButton" name="inviteButton"> |
| <property name="enabled"> |
| <bool>false</bool> |
| </property> |
| <property name="text"> |
| <string>Invite</string> |
| </property> |
| <property name="autoDefault"> |
| <bool>false</bool> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPushButton" name="treeButton"> |
| <property name="enabled"> |
| <bool>false</bool> |
| </property> |
| <property name="sizePolicy"> |
| <sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
| <horstretch>0</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="minimumSize"> |
| <size> |
| <width>200</width> |
| <height>0</height> |
| </size> |
| </property> |
| <property name="maximumSize"> |
| <size> |
| <width>200</width> |
| <height>16777215</height> |
| </size> |
| </property> |
| <property name="focusPolicy"> |
| <enum>Qt::NoFocus</enum> |
| </property> |
| <property name="text"> |
| <string>Show ChronoSync Tree</string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| </layout> |
| </item> |
| <item> |
| <layout class="QHBoxLayout" name="chatLayout_2"> |
| <item> |
| <widget class="QListView" name="listView"> |
| <property name="sizePolicy"> |
| <sizepolicy hsizetype="Fixed" vsizetype="Expanding"> |
| <horstretch>0</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="font"> |
| <font> |
| <pointsize>14</pointsize> |
| <weight>75</weight> |
| <bold>true</bold> |
| </font> |
| </property> |
| <property name="focusPolicy"> |
| <enum>Qt::NoFocus</enum> |
| </property> |
| <property name="styleSheet"> |
| <string notr="true">color: darkGreen; |
| background: #F0F0F0;</string> |
| </property> |
| <property name="editTriggers"> |
| <set>QAbstractItemView::NoEditTriggers</set> |
| </property> |
| <property name="showDropIndicator" stdset="0"> |
| <bool>false</bool> |
| </property> |
| <property name="selectionMode"> |
| <enum>QAbstractItemView::NoSelection</enum> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <layout class="QVBoxLayout" name="messageLayout"> |
| <item> |
| <widget class="QGraphicsView" name="treeViewer"> |
| <property name="focusPolicy"> |
| <enum>Qt::NoFocus</enum> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QTextEdit" name="textEdit"> |
| <property name="focusPolicy"> |
| <enum>Qt::NoFocus</enum> |
| </property> |
| <property name="readOnly"> |
| <bool>true</bool> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <layout class="QHBoxLayout" name="inputLayout"> |
| <item> |
| <widget class="QLabel" name="label"> |
| <property name="text"> |
| <string>Message:</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QLineEdit" name="lineEdit"/> |
| </item> |
| </layout> |
| </item> |
| </layout> |
| </item> |
| </layout> |
| </item> |
| </layout> |
| </widget> |
| <resources/> |
| <connections/> |
| </ui> |