dndbase.ui

来自「qt专门用于嵌入式的图形开发GUI」· UI 代码 · 共 338 行 · 第 1/5 页

UI
338
字号
                    </property>                    <property name="minimumSize">                        <size>                            <width>40</width>                            <height>40</height>                        </size>                    </property>                    <property name="maximumSize">                        <size>                            <width>40</width>                            <height>40</height>                        </size>                    </property>                    <property name="color" stdset="0">                        <color>                            <red>0</red>                            <green>170</green>                            <blue>0</blue>                        </color>                    </property>                </widget>                <widget class="StyledButton">                    <property name="name">                        <cstring>buttonColor3</cstring>                    </property>                    <property name="minimumSize">                        <size>                            <width>40</width>                            <height>40</height>                        </size>                    </property>                    <property name="maximumSize">                        <size>                            <width>40</width>                            <height>40</height>                        </size>                    </property>                    <property name="color" stdset="0">                        <color>                            <red>0</red>                            <green>0</green>                            <blue>255</blue>                        </color>                    </property>                </widget>                <widget class="StyledButton">                    <property name="name">                        <cstring>buttonColor4</cstring>                    </property>                    <property name="minimumSize">                        <size>                            <width>40</width>                            <height>40</height>                        </size>                    </property>                    <property name="maximumSize">                        <size>                            <width>40</width>                            <height>40</height>                        </size>                    </property>                    <property name="color" stdset="0">                        <color>                            <red>255</red>                            <green>255</green>                            <blue>0</blue>                        </color>                    </property>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?