137 lines
3.1 KiB
XML
137 lines
3.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>CSMSGui</class>
|
|
<widget class="QWidget" name="CSMSGui">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>803</width>
|
|
<height>785</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<widget class="QTextBrowser" name="mConversationText">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>160</y>
|
|
<width>481</width>
|
|
<height>451</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QFrame" name="mSMSEditFrame">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>620</y>
|
|
<width>521</width>
|
|
<height>121</height>
|
|
</rect>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="3" column="2">
|
|
<widget class="QPushButton" name="mSMSSendBtn">
|
|
<property name="text">
|
|
<string>Send</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0" rowspan="2">
|
|
<widget class="QTextEdit" name="mSMSEdit"/>
|
|
</item>
|
|
<item row="3" column="3">
|
|
<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 row="2" column="2" colspan="2">
|
|
<widget class="QLabel" name="mSMSMessageStatsLabel">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>200</width>
|
|
<height>75</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QTreeWidget" name="mContactsTreeWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>520</x>
|
|
<y>160</y>
|
|
<width>256</width>
|
|
<height>471</height>
|
|
</rect>
|
|
</property>
|
|
<property name="indentation">
|
|
<number>2</number>
|
|
</property>
|
|
<attribute name="headerVisible">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<column>
|
|
<property name="text">
|
|
<string notr="true">1</string>
|
|
</property>
|
|
</column>
|
|
</widget>
|
|
<widget class="QLabel" name="mContactPic">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>141</width>
|
|
<height>121</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="mContactName">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>20</y>
|
|
<width>591</width>
|
|
<height>101</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|