2022-10-21 03:53:30 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>Lobby</class>
|
|
|
|
<widget class="QWidget" name="Lobby">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>652</width>
|
|
|
|
<height>329</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2022-10-21 18:29:27 +02:00
|
|
|
<item row="0" column="4">
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
|
|
|
<string>User</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Port</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="6">
|
|
|
|
<widget class="QPushButton" name="connectButton">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Connect</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-10-21 03:53:30 +02:00
|
|
|
<item row="0" column="0">
|
2022-10-21 18:29:27 +02:00
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Address</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="3">
|
|
|
|
<widget class="QLineEdit" name="portEdit">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="inputMethodHints">
|
|
|
|
<set>Qt::ImhDigitsOnly</set>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>5002</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="hostEdit">
|
|
|
|
<property name="text">
|
|
|
|
<string>127.0.0.1</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="5">
|
|
|
|
<widget class="QLineEdit" name="userEdit"/>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="4" rowspan="2" colspan="3">
|
|
|
|
<widget class="QStackedWidget" name="stackedWidget">
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="sessionsPage">
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QTableWidget" name="sessionsTable">
|
2022-10-23 00:55:22 +02:00
|
|
|
<property name="editTriggers">
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
</property>
|
|
|
|
<property name="selectionMode">
|
|
|
|
<enum>QAbstractItemView::SingleSelection</enum>
|
|
|
|
</property>
|
|
|
|
<property name="selectionBehavior">
|
|
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
|
|
</property>
|
2022-10-21 18:29:27 +02:00
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Session</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Players</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Private</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-11-10 02:20:44 +02:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QPushButton" name="newButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>New game</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QPushButton" name="joinButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Join game</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-10-21 18:29:27 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="roomPage">
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QPushButton" name="buttonLeave">
|
|
|
|
<property name="text">
|
|
|
|
<string>Leave</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QPushButton" name="buttonReady">
|
|
|
|
<property name="text">
|
|
|
|
<string>Ready</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QPlainTextEdit" name="roomChat"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0" colspan="4">
|
2022-10-21 03:53:30 +02:00
|
|
|
<widget class="QPlainTextEdit" name="chat">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-10-21 18:29:27 +02:00
|
|
|
<item row="3" column="0" colspan="4">
|
|
|
|
<widget class="QLineEdit" name="messageEdit"/>
|
2022-10-21 03:53:30 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|