搜索资源列表
QT4
- 讲述QT编程的经典书籍,无需都说,英文第二版,带源码- Table of Contents| Index Copyright Series Editor s Note Foreword Preface Acknowledgments A Brief History of Qt Part I: Basic Qt Chapter 1. Getting Started Hello Qt Making Connections La
qt_csdn_3
- 实现qt的登陆对话框显示~~ 重新声明了QDialog::accept()函数。 有密码验证功能-Login dialog box is displayed to achieve qt ~ ~ re-statement of the QDialog:: accept () function. Password authentication
qdesigner_widget
- QDesignerWidget are used to paint a grid on QDialog and QWidget main containers and container extension pages Source Code for Linux.
qdialog
- The QDialog class is the base class of dialog windows for Linux.
multiwindow
- 这是一个QT下多界面显示的工程源代码。工程中有三个ui文件,一个是主窗口。两个QDialog的子窗口,通过主窗口的按钮,可以实现子窗口的显示。-This is a QT multily windows show project. There are 3 ui files in this project!By button on main window,you can see other Dialog window will show!
13QDialog
- 使用QT编程,在QT5的环境,创建对话框(Using QT programming, create a dialog box in the QT5 environment)
stickman
- Class Dialog inherits QDialog. It encapsulates the user interface and an instance of QSharedMemory. It also has two public slots, loadFromFile() and loadFromMemory() that correspond to the two buttons on the dialog.
double_windows_example
- 一个简单的通过按钮弹出新窗口的例子,使用PyQt5&Python3编写。重点是QDialog。(A simple example of popping up a new window through a button is written in PyQt5 & Python 3. The emphasis is on QDialog.)