Skip to content

Commit 7cc0e84

Browse files
committed
change setup tab widget properties
1 parent 9ad36df commit 7cc0e84

File tree

1 file changed

+55
-2
lines changed

1 file changed

+55
-2
lines changed

src/TombRaiderLinuxLauncher.ui

Lines changed: 55 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1545,7 +1545,14 @@
15451545
</widget>
15461546
</item>
15471547
<item>
1548-
<widget class="QLCDNumber" name="lcdNumberLevelID"/>
1548+
<widget class="QLCDNumber" name="lcdNumberLevelID">
1549+
<property name="frameShadow">
1550+
<enum>QFrame::Shadow::Plain</enum>
1551+
</property>
1552+
<property name="segmentStyle">
1553+
<enum>QLCDNumber::SegmentStyle::Flat</enum>
1554+
</property>
1555+
</widget>
15491556
</item>
15501557
<item>
15511558
<spacer name="horizontalSpacer_2">
@@ -1589,14 +1596,20 @@
15891596
</layout>
15901597
</widget>
15911598
</item>
1592-
<item>
1599+
<item alignment="Qt::AlignmentFlag::AlignLeft">
15931600
<widget class="QWidget" name="levelControl" native="true">
15941601
<layout class="QHBoxLayout" name="horizontalLayout_14">
15951602
<item>
15961603
<widget class="QCommandLinkButton" name="commandLinkButtonLSSave">
15971604
<property name="enabled">
15981605
<bool>false</bool>
15991606
</property>
1607+
<property name="maximumSize">
1608+
<size>
1609+
<width>160</width>
1610+
<height>16777215</height>
1611+
</size>
1612+
</property>
16001613
<property name="text">
16011614
<string>Save</string>
16021615
</property>
@@ -1607,6 +1620,12 @@
16071620
<property name="enabled">
16081621
<bool>false</bool>
16091622
</property>
1623+
<property name="maximumSize">
1624+
<size>
1625+
<width>160</width>
1626+
<height>16777215</height>
1627+
</size>
1628+
</property>
16101629
<property name="text">
16111630
<string>Reset</string>
16121631
</property>
@@ -1633,6 +1652,15 @@
16331652
</item>
16341653
<item>
16351654
<widget class="QTableWidget" name="tableWidgetSetup">
1655+
<property name="sizePolicy">
1656+
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
1657+
<horstretch>0</horstretch>
1658+
<verstretch>0</verstretch>
1659+
</sizepolicy>
1660+
</property>
1661+
<property name="sizeAdjustPolicy">
1662+
<enum>QAbstractScrollArea::SizeAdjustPolicy::AdjustToContents</enum>
1663+
</property>
16361664
<attribute name="horizontalHeaderVisible">
16371665
<bool>true</bool>
16381666
</attribute>
@@ -1676,17 +1704,42 @@
16761704
</widget>
16771705
</item>
16781706
<item>
1707+
<spacer name="verticalSpacer_2">
1708+
<property name="orientation">
1709+
<enum>Qt::Orientation::Vertical</enum>
1710+
</property>
1711+
<property name="sizeHint" stdset="0">
1712+
<size>
1713+
<width>20</width>
1714+
<height>40</height>
1715+
</size>
1716+
</property>
1717+
</spacer>
1718+
</item>
1719+
<item alignment="Qt::AlignmentFlag::AlignLeft">
16791720
<widget class="QWidget" name="globalControl" native="true">
16801721
<layout class="QHBoxLayout" name="horizontalLayout_15">
16811722
<item>
16821723
<widget class="QCommandLinkButton" name="commandLinkButtonGSSave">
1724+
<property name="maximumSize">
1725+
<size>
1726+
<width>160</width>
1727+
<height>16777215</height>
1728+
</size>
1729+
</property>
16831730
<property name="text">
16841731
<string>Save</string>
16851732
</property>
16861733
</widget>
16871734
</item>
16881735
<item>
16891736
<widget class="QCommandLinkButton" name="commandLinkButtonGSReset">
1737+
<property name="maximumSize">
1738+
<size>
1739+
<width>160</width>
1740+
<height>16777215</height>
1741+
</size>
1742+
</property>
16901743
<property name="text">
16911744
<string>Reset</string>
16921745
</property>

0 commit comments

Comments
 (0)