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

📄 monthlyusageform.ui

📁 在qt环境下开发的PPP拨号程序,具有良好的操作界面,方便开发通信程序
💻 UI
📖 第 1 页 / 共 2 页
字号:
                                            </property>                                            <property name="sizeType">                                                <enum>Expanding</enum>                                            </property>                                            <property name="sizeHint">                                                <size>                                                    <width>20</width>                                                    <height>20</height>                                                </size>                                            </property>                                        </spacer>                                        <widget class="QCheckBox">                                            <property name="name">                                                <cstring>filtersw</cstring>                                            </property>                                            <property name="text">                                                <string>Filter list</string>                                            </property>                                            <property name="checked">                                                <bool>true</bool>                                            </property>                                        </widget>                                    </hbox>                                </widget>                                <widget class="QTable">                                    <column>                                        <property name="text">                                            <string>Logon Date/Time</string>                                        </property>                                        <property name="pixmap">                                            <pixmap></pixmap>                                        </property>                                    </column>                                    <column>                                        <property name="text">                                            <string>Logoff Date/Time</string>                                        </property>                                        <property name="pixmap">                                            <pixmap></pixmap>                                        </property>                                    </column>                                    <column>                                        <property name="text">                                            <string>Interface</string>                                        </property>                                        <property name="pixmap">                                            <pixmap></pixmap>                                        </property>                                    </column>                                    <column>                                        <property name="text">                                            <string>User</string>                                        </property>                                        <property name="pixmap">                                            <pixmap></pixmap>                                        </property>                                    </column>                                    <property name="name">                                        <cstring>dtr</cstring>                                    </property>                                    <property name="resizePolicy">                                        <enum>Default</enum>                                    </property>                                    <property name="numRows">                                        <number>0</number>                                    </property>                                    <property name="numCols">                                        <number>4</number>                                    </property>                                    <property name="readOnly">                                        <bool>true</bool>                                    </property>                                    <property name="selectionMode">                                        <enum>Single</enum>                                    </property>                                </widget>                            </vbox>                        </widget>                    </vbox>                </widget>                <widget class="QLayoutWidget">                    <property name="name">                        <cstring>Layout33</cstring>                    </property>                    <hbox>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <property name="margin">                            <number>0</number>                        </property>                        <property name="spacing">                            <number>6</number>                        </property>                        <spacer>                            <property name="name">                                <cstring>Spacer2</cstring>                            </property>                            <property name="orientation">                                <enum>Horizontal</enum>                            </property>                            <property name="sizeType">                                <enum>Expanding</enum>                            </property>                            <property name="sizeHint">                                <size>                                    <width>20</width>                                    <height>20</height>                                </size>                            </property>                        </spacer>                        <widget class="QPushButton">                            <property name="name">                                <cstring>clearButton</cstring>                            </property>                            <property name="text">                                <string>Clear DTR</string>                            </property>                        </widget>                        <widget class="QPushButton">                            <property name="name">                                <cstring>closeButton</cstring>                            </property>                            <property name="text">                                <string>Close</string>                            </property>                        </widget>                    </hbox>                </widget>            </vbox>        </widget>    </hbox></widget><connections>    <connection>        <sender>table</sender>        <signal>currentChanged(int,int)</signal>        <receiver>MonthlyUsageForm</receiver>        <slot>table_currentChanged(int,int)</slot>    </connection>    <connection>        <sender>closeButton</sender>        <signal>clicked()</signal>        <receiver>MonthlyUsageForm</receiver>        <slot>closeButton_clicked()</slot>    </connection>    <connection>        <sender>clearButton</sender>        <signal>clicked()</signal>        <receiver>MonthlyUsageForm</receiver>        <slot>clearButton_clicked()</slot>    </connection>    <connection>        <sender>filtersw</sender>        <signal>toggled(bool)</signal>        <receiver>MonthlyUsageForm</receiver>        <slot>filtersw_toggled(bool)</slot>    </connection></connections><includes>    <include location="global" impldecl="in declaration">qmessagebox.h</include>    <include location="global" impldecl="in declaration">mysql/mysql.h</include>    <include location="global" impldecl="in declaration">qapplication.h</include>    <include location="global" impldecl="in declaration">qtable.h</include>    <include location="global" impldecl="in declaration">cstdlib</include>    <include location="local" impldecl="in implementation">monthlyusageform.ui.h</include></includes><slots>    <slot>init()</slot>    <slot>filterdtrlist( bool on )</slot>    <slot>table_currentChanged( int, int )</slot>    <slot>closeButton_clicked()</slot>    <slot>clearButton_clicked()</slot>    <slot>filtersw_toggled( bool on )</slot></slots><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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