Implement world and server selection

Signed-off-by: Yihe Li <winmikedows@hotmail.com>
This commit is contained in:
Yihe Li
2025-05-19 01:05:08 +08:00
parent 2e6981977b
commit 3529d29584
3 changed files with 71 additions and 19 deletions

View File

@ -161,15 +161,9 @@
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="serverAddressBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="editable">
<bool>true</bool>
<widget class="QLineEdit" name="serverAddressBox">
<property name="placeholderText">
<string>Server Address</string>
</property>
</widget>
</item>