diff options
-rw-r--r-- | Swift/QtUI/QtViewHistoryWindow.ui | 209 |
1 files changed, 46 insertions, 163 deletions
diff --git a/Swift/QtUI/QtViewHistoryWindow.ui b/Swift/QtUI/QtViewHistoryWindow.ui index 17a5b6b..708d153 100644 --- a/Swift/QtUI/QtViewHistoryWindow.ui +++ b/Swift/QtUI/QtViewHistoryWindow.ui @@ -6,174 +6,57 @@ <rect> <x>0</x> <y>0</y> - <width>990</width> - <height>614</height> + <width>923</width> + <height>689</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> - <widget class="QLabel" name="label_2"> - <property name="geometry"> - <rect> - <x>930</x> - <y>1100</y> - <width>131</width> - <height>17</height> - </rect> - </property> - <property name="text"> - <string>Search keywords:</string> - </property> - </widget> - <widget class="QTextEdit" name="textEdit_2"> - <property name="geometry"> - <rect> - <x>930</x> - <y>1120</y> - <width>651</width> - <height>31</height> - </rect> - </property> - </widget> - <widget class="QLabel" name="label"> - <property name="geometry"> - <rect> - <x>1350</x> - <y>1100</y> - <width>61</width> - <height>16</height> - </rect> - </property> - <property name="text"> - <string>Today</string> - </property> - </widget> - <widget class="QTreeView" name="treeView"> - <property name="geometry"> - <rect> - <x>1590</x> - <y>620</y> - <width>256</width> - <height>531</height> - </rect> - </property> - </widget> - <widget class="QScrollBar" name="horizontalScrollBar"> - <property name="geometry"> - <rect> - <x>1420</x> - <y>1100</y> - <width>160</width> - <height>16</height> - </rect> - </property> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - </widget> - <widget class="QWidget" name="gridLayoutWidget"> - <property name="geometry"> - <rect> - <x>100</x> - <y>30</y> - <width>871</width> - <height>571</height> - </rect> - </property> - <layout class="QGridLayout" name="gridLayout_2"> - <item row="2" column="0"> - <widget class="QWidget" name="widget" native="true"> - <widget class="QTreeView" name="treeView_2"> - <property name="geometry"> - <rect> - <x>610</x> - <y>20</y> - <width>251</width> - <height>471</height> - </rect> - </property> - </widget> - <widget class="QWidget" name="gridLayoutWidget_2"> - <property name="geometry"> - <rect> - <x>20</x> - <y>20</y> - <width>581</width> - <height>471</height> - </rect> - </property> - <layout class="QGridLayout" name="chatView_"/> - </widget> - <widget class="QWidget" name="gridLayoutWidget_3"> - <property name="geometry"> - <rect> - <x>20</x> - <y>500</y> - <width>841</width> - <height>61</height> - </rect> - </property> - <layout class="QGridLayout" name="gridLayout_4"> - <item row="1" column="0"> - <widget class="QWidget" name="widget_3" native="true"> - <widget class="QTextEdit" name="textEdit_3"> - <property name="geometry"> - <rect> - <x>0</x> - <y>20</y> - <width>841</width> - <height>31</height> - </rect> - </property> - </widget> - <widget class="QLabel" name="label_3"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>131</width> - <height>17</height> - </rect> - </property> - <property name="text"> - <string>Search keywords:</string> - </property> - </widget> - <widget class="QScrollBar" name="horizontalScrollBar_2"> - <property name="geometry"> - <rect> - <x>490</x> - <y>0</y> - <width>160</width> - <height>16</height> - </rect> - </property> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - </widget> - <widget class="QLabel" name="label_4"> - <property name="geometry"> - <rect> - <x>410</x> - <y>0</y> - <width>61</width> - <height>16</height> - </rect> - </property> - <property name="text"> - <string>Today</string> - </property> - </widget> - </widget> - </item> - </layout> - </widget> - </widget> - </item> - </layout> - </widget> + <layout class="QVBoxLayout" name="verticalLayout_2"> + <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <layout class="QGridLayout" name="chatView_1"/> + </item> + <item> + <widget class="QTreeView" name="treeView_2"/> + </item> + </layout> + </item> + <item> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QLabel" name="label_5"> + <property name="text"> + <string>Search keywords:</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_6"> + <property name="text"> + <string>Today</string> + </property> + </widget> + </item> + <item> + <widget class="QScrollBar" name="horizontalScrollBar_3"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + </item> + </layout> + </item> + <item> + <widget class="QTextEdit" name="textEdit_4"/> + </item> + </layout> + </item> + </layout> </widget> <resources/> <connections/> |