代码搜索:QMainWindow

找到约 794 项符合「QMainWindow」的源代码

代码结果 794
www.eeworm.com/read/465929/1515730

h menu.h

#ifndef _MENU_H_ #define _MENU_H_ #include #include #include #include #include class MainWidget:public QMainWindow { Q_OBJECT
www.eeworm.com/read/136865/5840551

h i18n.h

#ifndef I18N_H #define I18N_H #include class QWorkspace; class QAction; class QPopupMenu; class Wrapper; class I18nDemo : public QMainWindow { Q_OBJECT public: I18nDemo(QW
www.eeworm.com/read/136815/5855262

h i18n.h

#ifndef I18N_H #define I18N_H #include class QWorkspace; class QAction; class QPopupMenu; class Wrapper; class I18nDemo : public QMainWindow { Q_OBJECT public: I18nDemo(QW
www.eeworm.com/read/118801/6094105

h i18n.h

#ifndef I18N_H #define I18N_H #include class QWorkspace; class QAction; class QPopupMenu; class Wrapper; class I18nDemo : public QMainWindow { Q_OBJECT public: I18nDemo(QW
www.eeworm.com/read/323643/3510387

h i18n.h

#ifndef I18N_H #define I18N_H #include class QWorkspace; class QAction; class QPopupMenu; class Wrapper; class I18nDemo : public QMainWindow { Q_OBJECT public: I18nDemo(QW
www.eeworm.com/read/259903/4336716

h i18n.h

#ifndef I18N_H #define I18N_H #include class QWorkspace; class QAction; class QPopupMenu; class Wrapper; class I18nDemo : public QMainWindow { Q_OBJECT public: I18nDemo(QW
www.eeworm.com/read/258350/4354944

h i18n.h

#ifndef I18N_H #define I18N_H #include class QWorkspace; class QAction; class QPopupMenu; class Wrapper; class I18nDemo : public QMainWindow { Q_OBJECT public: I18nDemo(QW
www.eeworm.com/read/113517/15454483

h snes9x_gui.h

#ifndef SNES9X_GUI_H #define SNES9X_GUI_H #include class QToolBar; class QPopupMenu; class Snes9xGUI: public QMainWindow { Q_OBJECT public: Snes9xGUI(); virtual ~Snes9xG
www.eeworm.com/read/460748/7241918

cpp mainwindow.cpp

#include "mainwindow.h" MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) { setWindowTitle(tr("Custom Model")); createMenu(); setupModel(); setupVie
www.eeworm.com/read/419485/10864610

cpp mainwindow.cpp

#include "mainwindow.h" MainWidget::MainWidget(QWidget *parent) : QMainWindow(parent) { setWindowTitle(tr("SVG Viewer")); createMenu(); svgWindow = new SvgWindow;