texteditpreview.ui

来自「Linux 下的图形编程环境。」· UI 代码 · 共 67 行

UI
67
字号
<!DOCTYPE UI><UI><class>TextEditPreview</class><comment>*********************************************************************** Copyright (C) 2000 Trolltech AS.  All rights reserved.**** This file is part of Qt Designer.**** This file may be distributed and/or modified under the terms of the** GNU General Public License version 2 as published by the Free Software** Foundation and appearing in the file LICENSE.GPL included in the** packaging of this file.**** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.**** See http://www.trolltech.com/gpl/ for GPL licensing information.**** Contact info@trolltech.com if any conditions of this licensing are** not clear to you.***********************************************************************</comment><widget>    <class>QWidget</class>    <property stdset="1">        <name>name</name>        <cstring>TextEditPreview</cstring>    </property>    <property stdset="1">        <name>geometry</name>        <rect>            <x>0</x>            <y>0</y>            <width>169</width>            <height>121</height>        </rect>    </property>    <property stdset="1">        <name>caption</name>        <string>Textedit</string>    </property>    <hbox>        <property stdset="1">            <name>margin</name>            <number>2</number>        </property>        <property stdset="1">            <name>spacing</name>            <number>6</number>        </property>        <widget>            <class>QMultiLineEdit</class>            <property stdset="1">                <name>name</name>                <cstring>MultiLineEdit2</cstring>            </property>            <property stdset="1">                <name>text</name>                <string>This is an example of a simple text editing widget. You can edit and select text to check the appearance of highlighted text</string>            </property>            <property stdset="1">                <name>wordWrap</name>                <enum>WidgetWidth</enum>            </property>        </widget>    </hbox></widget></UI>

⌨️ 快捷键说明

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