Skip to content

Commit

Permalink
update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodCoder666 committed Dec 21, 2024
1 parent c14f198 commit 2405b23
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 21 deletions.
37 changes: 25 additions & 12 deletions src/localGameDialog/localGameDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>597</width>
<height>405</height>
<width>600</width>
<height>371</height>
</rect>
</property>
<property name="font">
Expand All @@ -29,7 +29,7 @@
<number>20</number>
</property>
<item>
<spacer name="verticalSpacer">
<spacer name="spacer_1">
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
</property>
Expand All @@ -42,11 +42,11 @@
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<layout class="QHBoxLayout" name="settingsLayout">
<item>
<layout class="QVBoxLayout" name="verticalLayout_3">
<layout class="QVBoxLayout" name="verticalLayout_left">
<item>
<widget class="QGroupBox" name="groupBox">
<widget class="QGroupBox" name="groupBox_basicSettings">
<property name="font">
<font>
<family>Quicksand</family>
Expand All @@ -61,7 +61,7 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<layout class="QHBoxLayout" name="gameSpeedLayout">
<item>
<widget class="QLabel" name="labGameSpeed">
<property name="font">
Expand Down Expand Up @@ -273,10 +273,23 @@
</layout>
</widget>
</item>
<item>
<spacer name="leftSpacer">
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_4">
<layout class="QVBoxLayout" name="verticalLayout_right">
<item>
<widget class="QGroupBox" name="groupBox_players">
<property name="font">
Expand Down Expand Up @@ -341,7 +354,7 @@
</widget>
</item>
<item>
<spacer name="verticalSpacer_2">
<spacer name="rightSpacer">
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
</property>
Expand All @@ -358,7 +371,7 @@
</layout>
</item>
<item>
<spacer name="verticalSpacer_3">
<spacer name="spacer_2">
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
</property>
Expand All @@ -371,7 +384,7 @@
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<layout class="QHBoxLayout" name="buttonLayout">
<item>
<widget class="QPushButton" name="btnStartGame">
<property name="font">
Expand Down Expand Up @@ -411,7 +424,7 @@ background-color: white;</string>
</layout>
</item>
<item>
<spacer name="verticalSpacer_4">
<spacer name="spacer_3">
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
</property>
Expand Down
18 changes: 9 additions & 9 deletions src/mainWindow/mainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
<width>750</width>
<height>464</height>
</rect>
</property>
<property name="font">
Expand Down Expand Up @@ -38,9 +38,9 @@
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<layout class="QVBoxLayout" name="faviconLayout">
<item>
<spacer name="verticalSpacer_2">
<spacer name="faviconSpacer1">
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
</property>
Expand Down Expand Up @@ -105,7 +105,7 @@
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<spacer name="faviconSpacer2">
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
</property>
Expand All @@ -120,15 +120,15 @@
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<layout class="QVBoxLayout" name="menuLayout">
<property name="leftMargin">
<number>15</number>
</property>
<property name="rightMargin">
<number>35</number>
</property>
<item>
<spacer name="verticalSpacer_3">
<spacer name="menuSpacer1">
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
</property>
Expand Down Expand Up @@ -265,7 +265,7 @@
</widget>
</item>
<item>
<spacer name="verticalSpacer_4">
<spacer name="menuSpacer2">
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
</property>
Expand All @@ -286,7 +286,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<width>750</width>
<height>33</height>
</rect>
</property>
Expand Down

0 comments on commit 2405b23

Please sign in to comment.