|
1545 | 1545 | </widget> |
1546 | 1546 | </item> |
1547 | 1547 | <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> |
1549 | 1556 | </item> |
1550 | 1557 | <item> |
1551 | 1558 | <spacer name="horizontalSpacer_2"> |
|
1589 | 1596 | </layout> |
1590 | 1597 | </widget> |
1591 | 1598 | </item> |
1592 | | - <item> |
| 1599 | + <item alignment="Qt::AlignmentFlag::AlignLeft"> |
1593 | 1600 | <widget class="QWidget" name="levelControl" native="true"> |
1594 | 1601 | <layout class="QHBoxLayout" name="horizontalLayout_14"> |
1595 | 1602 | <item> |
1596 | 1603 | <widget class="QCommandLinkButton" name="commandLinkButtonLSSave"> |
1597 | 1604 | <property name="enabled"> |
1598 | 1605 | <bool>false</bool> |
1599 | 1606 | </property> |
| 1607 | + <property name="maximumSize"> |
| 1608 | + <size> |
| 1609 | + <width>160</width> |
| 1610 | + <height>16777215</height> |
| 1611 | + </size> |
| 1612 | + </property> |
1600 | 1613 | <property name="text"> |
1601 | 1614 | <string>Save</string> |
1602 | 1615 | </property> |
|
1607 | 1620 | <property name="enabled"> |
1608 | 1621 | <bool>false</bool> |
1609 | 1622 | </property> |
| 1623 | + <property name="maximumSize"> |
| 1624 | + <size> |
| 1625 | + <width>160</width> |
| 1626 | + <height>16777215</height> |
| 1627 | + </size> |
| 1628 | + </property> |
1610 | 1629 | <property name="text"> |
1611 | 1630 | <string>Reset</string> |
1612 | 1631 | </property> |
|
1633 | 1652 | </item> |
1634 | 1653 | <item> |
1635 | 1654 | <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> |
1636 | 1664 | <attribute name="horizontalHeaderVisible"> |
1637 | 1665 | <bool>true</bool> |
1638 | 1666 | </attribute> |
|
1676 | 1704 | </widget> |
1677 | 1705 | </item> |
1678 | 1706 | <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"> |
1679 | 1720 | <widget class="QWidget" name="globalControl" native="true"> |
1680 | 1721 | <layout class="QHBoxLayout" name="horizontalLayout_15"> |
1681 | 1722 | <item> |
1682 | 1723 | <widget class="QCommandLinkButton" name="commandLinkButtonGSSave"> |
| 1724 | + <property name="maximumSize"> |
| 1725 | + <size> |
| 1726 | + <width>160</width> |
| 1727 | + <height>16777215</height> |
| 1728 | + </size> |
| 1729 | + </property> |
1683 | 1730 | <property name="text"> |
1684 | 1731 | <string>Save</string> |
1685 | 1732 | </property> |
1686 | 1733 | </widget> |
1687 | 1734 | </item> |
1688 | 1735 | <item> |
1689 | 1736 | <widget class="QCommandLinkButton" name="commandLinkButtonGSReset"> |
| 1737 | + <property name="maximumSize"> |
| 1738 | + <size> |
| 1739 | + <width>160</width> |
| 1740 | + <height>16777215</height> |
| 1741 | + </size> |
| 1742 | + </property> |
1690 | 1743 | <property name="text"> |
1691 | 1744 | <string>Reset</string> |
1692 | 1745 | </property> |
|
0 commit comments