⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 connect23.ui

📁 isql for acess,sqlite , mysql etc
💻 UI
字号:
<!DOCTYPE UI><UI><class>Form1</class><widget>    <class>QDialog</class>    <property stdset="1">        <name>name</name>        <cstring>Form1</cstring>    </property>    <property stdset="1">        <name>geometry</name>        <rect>            <x>0</x>            <y>0</y>            <width>302</width>            <height>296</height>        </rect>    </property>    <property stdset="1">        <name>caption</name>        <string>Form1</string>    </property>    <widget>        <class>QGroupBox</class>        <property stdset="1">            <name>name</name>            <cstring>GroupBox1</cstring>        </property>        <property stdset="1">            <name>geometry</name>            <rect>                <x>10</x>                <y>10</y>                <width>291</width>                <height>271</height>            </rect>        </property>        <property stdset="1">            <name>title</name>            <string>connection options</string>        </property>        <widget>            <class>QLayoutWidget</class>            <property stdset="1">                <name>name</name>                <cstring>Layout2</cstring>            </property>            <property stdset="1">                <name>geometry</name>                <rect>                    <x>9</x>                    <y>11</y>                    <width>270</width>                    <height>250</height>                </rect>            </property>            <grid>                <property stdset="1">                    <name>margin</name>                    <number>0</number>                </property>                <property stdset="1">                    <name>spacing</name>                    <number>6</number>                </property>                <widget row="4"  column="1" >                    <class>QLineEdit</class>                    <property stdset="1">                        <name>name</name>                        <cstring>leUser</cstring>                    </property>                </widget>                <widget row="2"  column="1" >                    <class>QLineEdit</class>                    <property stdset="1">                        <name>name</name>                        <cstring>leHost</cstring>                    </property>                </widget>                <widget row="6"  column="0" >                    <class>QPushButton</class>                    <property stdset="1">                        <name>name</name>                        <cstring>PushButton1</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>ok</string>                    </property>                </widget>                <widget row="3"  column="0" >                    <class>QLabel</class>                    <property stdset="1">                        <name>name</name>                        <cstring>TextLabel1_2_4</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>port</string>                    </property>                </widget>                <widget row="2"  column="0" >                    <class>QLabel</class>                    <property stdset="1">                        <name>name</name>                        <cstring>TextLabel1_2_3</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>host</string>                    </property>                </widget>                <widget row="5"  column="1" >                    <class>QLineEdit</class>                    <property stdset="1">                        <name>name</name>                        <cstring>lePass</cstring>                    </property>                </widget>                <widget row="3"  column="1" >                    <class>QLineEdit</class>                    <property stdset="1">                        <name>name</name>                        <cstring>lePort</cstring>                    </property>                </widget>                <widget row="5"  column="0" >                    <class>QLabel</class>                    <property stdset="1">                        <name>name</name>                        <cstring>TextLabel1_2_6</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>password</string>                    </property>                </widget>                <widget row="0"  column="0" >                    <class>QLabel</class>                    <property stdset="1">                        <name>name</name>                        <cstring>TextLabel1_2</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>dir</string>                    </property>                </widget>                <widget row="4"  column="0" >                    <class>QLabel</class>                    <property stdset="1">                        <name>name</name>                        <cstring>TextLabel1_2_5</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>user name</string>                    </property>                </widget>                <widget row="1"  column="1" >                    <class>QLineEdit</class>                    <property stdset="1">                        <name>name</name>                        <cstring>leDb</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>test</string>                    </property>                </widget>                <widget row="6"  column="1" >                    <class>QPushButton</class>                    <property stdset="1">                        <name>name</name>                        <cstring>PushButton2</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>cancel</string>                    </property>                </widget>                <widget row="1"  column="0" >                    <class>QLabel</class>                    <property stdset="1">                        <name>name</name>                        <cstring>TextLabel1_2_2</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>db</string>                    </property>                </widget>                <widget row="0"  column="1" >                    <class>QLineEdit</class>                    <property stdset="1">                        <name>name</name>                        <cstring>leDir</cstring>                    </property>                    <property stdset="1">                        <name>text</name>                        <string>.</string>                    </property>                </widget>            </grid>        </widget>    </widget></widget><connections>    <connection>        <sender>PushButton1</sender>        <signal>clicked()</signal>        <receiver>Form1</receiver>        <slot>accept()</slot>    </connection>    <connection>        <sender>PushButton2</sender>        <signal>clicked()</signal>        <receiver>Form1</receiver>        <slot>reject()</slot>    </connection></connections></UI>

⌨️ 快捷键说明

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