lanpaper/LanPaper.ui

82 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>LanPaper</class>
<widget class="QMainWindow" name="LanPaper">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>582</width>
<height>706</height>
</rect>
</property>
<property name="windowTitle">
<string>LanPaper</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QPlainTextEdit" name="pTEChatText">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>281</width>
<height>631</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QPlainTextEdit" name="pTEMessage">
<property name="geometry">
<rect>
<x>310</x>
<y>30</y>
<width>261</width>
<height>121</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pBTSendMessage">
<property name="geometry">
<rect>
<x>400</x>
<y>160</y>
<width>91</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Send</string>
</property>
</widget>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>582</width>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuAbout">
<property name="title">
<string>More</string>
</property>
<addaction name="actionAbout"/>
</widget>
<addaction name="menuAbout"/>
</widget>
<action name="actionAbout">
<property name="text">
<string>about</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>