1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00
vcmi/launcher/lobby/lobby_moc.ui

217 lines
6.4 KiB
Plaintext
Raw Normal View History

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-11-27 01:41:06 +02:00
<item row="0" column="5">
2022-10-21 18:29:27 +02:00
<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-11-27 01:41:06 +02:00
<item row="3" column="0" colspan="3">
<widget class="QLineEdit" name="messageEdit"/>
2022-10-21 18:29:27 +02:00
</item>
<item row="0" column="3">
2022-11-27 01:41:06 +02:00
<widget class="QLabel" name="label_4">
2022-10-21 18:29:27 +02:00
<property name="sizePolicy">
2022-11-27 01:41:06 +02:00
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
2022-10-21 18:29:27 +02:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
2022-11-27 01:41:06 +02:00
<string>Username</string>
2022-10-21 18:29:27 +02:00
</property>
</widget>
</item>
2022-11-27 01:41:06 +02:00
<item row="0" column="4">
<widget class="QLineEdit" name="userEdit"/>
</item>
2022-10-21 18:29:27 +02:00
<item row="0" column="1">
2022-11-27 01:41:06 +02:00
<widget class="QLineEdit" name="serverEdit">
2022-10-21 18:29:27 +02:00
<property name="text">
2022-11-27 01:41:06 +02:00
<string>127.0.0.1:5002</string>
2022-10-21 18:29:27 +02:00
</property>
</widget>
</item>
2022-11-27 01:41:06 +02:00
<item row="2" column="0" colspan="3">
<widget class="QPlainTextEdit" name="chat">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Server</string>
</property>
</widget>
2022-10-21 18:29:27 +02:00
</item>
2022-11-27 01:41:06 +02:00
<item row="2" column="3" rowspan="2" colspan="3">
2022-10-21 18:29:27 +02:00
<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-11-16 21:28:21 +02:00
<attribute name="horizontalHeaderCascadingSectionResizes">
<bool>false</bool>
</attribute>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>80</number>
</attribute>
<attribute name="horizontalHeaderShowSortIndicator" stdset="0">
<bool>false</bool>
</attribute>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
<attribute name="verticalHeaderMinimumSectionSize">
<number>20</number>
</attribute>
<attribute name="verticalHeaderDefaultSectionSize">
<number>20</number>
</attribute>
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">
2022-11-16 21:28:21 +02:00
<string/>
2022-10-21 18:29:27 +02:00
</property>
</column>
</widget>
</item>
2022-11-10 02:20:44 +02:00
<item row="1" column="0">
<widget class="QPushButton" name="newButton">
2022-11-27 01:41:06 +02:00
<property name="enabled">
<bool>false</bool>
</property>
2022-11-10 02:20:44 +02:00
<property name="text">
2022-11-27 01:41:06 +02:00
<string>New room</string>
2022-11-10 02:20:44 +02:00
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="joinButton">
2022-11-27 01:41:06 +02:00
<property name="enabled">
<bool>false</bool>
</property>
2022-11-10 02:20:44 +02:00
<property name="text">
2022-11-27 01:41:06 +02:00
<string>Join room</string>
2022-11-10 02:20:44 +02:00
</property>
</widget>
</item>
2022-10-21 18:29:27 +02:00
</layout>
</widget>
<widget class="QWidget" name="roomPage">
<layout class="QGridLayout" name="gridLayout_3">
2022-11-27 03:35:05 +02:00
<item row="5" column="1">
<widget class="QPushButton" name="buttonReady">
<property name="text">
<string>Ready</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Mods mismatch</string>
</property>
</widget>
</item>
<item row="5" column="0">
2022-10-21 18:29:27 +02:00
<widget class="QPushButton" name="buttonLeave">
<property name="text">
<string>Leave</string>
</property>
</widget>
</item>
2022-11-27 03:35:05 +02:00
<item row="4" column="0" colspan="2">
2022-11-17 01:15:26 +02:00
<widget class="QListWidget" name="modsList">
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::NoSelection</enum>
</property>
</widget>
</item>
2022-11-27 03:35:05 +02:00
<item row="2" column="0" colspan="2">
2022-11-17 01:15:26 +02:00
<widget class="QListWidget" name="playersList">
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="selectionMode">
2022-11-27 03:35:05 +02:00
<enum>QAbstractItemView::SingleSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
2022-11-17 01:15:26 +02:00
</property>
</widget>
</item>
2022-11-27 03:35:05 +02:00
<item row="1" column="1">
<widget class="QPushButton" name="kickButton">
2022-10-21 18:29:27 +02:00
<property name="text">
2022-11-27 03:35:05 +02:00
<string>Kick player</string>
2022-10-21 18:29:27 +02:00
</property>
</widget>
</item>
2022-11-27 03:35:05 +02:00
<item row="1" column="0">
2022-11-17 01:15:26 +02:00
<widget class="QLabel" name="label_3">
<property name="text">
<string>Players in the room</string>
</property>
</widget>
</item>
2022-10-21 18:29:27 +02:00
</layout>
</widget>
</widget>
</item>
2022-10-21 03:53:30 +02:00
</layout>
</widget>
<resources/>
<connections/>
</ui>