代码搜索:QMainWindow
找到约 794 项符合「QMainWindow」的源代码
代码结果 794
www.eeworm.com/read/428907/8829918
h mainwindow.h
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include
class MainWidget : public QMainWindow
{
Q_OBJECT
public:
MainWidget(QWidget *parent=0);
void createMenu();
www.eeworm.com/read/376170/9327617
h helpviewer.h
/*
* helpviewer.h
*/
#ifndef HELPVIEWER_H
#define HELPVIEWER_H
#include
#include
#include
class HelpViewer : public QMainWindow
{
Q_OBJECT
publi
www.eeworm.com/read/357852/10200079
h dialogs.h
#ifndef APPWINDEMO_H
#define APPWINDEMO_H
#include
/**
Example QMainWindow application with dialogs
*/
class Dialogs : public QMainWindow {
Q_OBJECT
public:
Dialogs();
pub
www.eeworm.com/read/424424/10451408
h addressbook.h
#ifndef ADDRESSBOOK_H
#define ADDRESSBOOK_H
#include
#include "abitem.h"
class AddressBook : public QMainWindow
{
Q_OBJECT
Q_PROPERTY(int count READ count)
Q_CLASSINFO("Cl
www.eeworm.com/read/423727/10536158
cpp moc_imageviewer.cpp
/****************************************************************************
** Meta object code from reading C++ file 'imageviewer.h'
**
** Created: Fri Mar 6 16:00:38 2009
** by: The Qt Meta O
www.eeworm.com/read/351073/10683503
h addressbook.h
#ifndef ADDRESSBOOK_H
#define ADDRESSBOOK_H
#include
#include "abitem.h"
class AddressBook : public QMainWindow
{
Q_OBJECT
Q_PROPERTY(int count READ count)
Q_CLASSINFO("Cl
www.eeworm.com/read/419482/10865287
h mainwindow.h
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include
// 主窗口
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
MainWindow(QWidget *parent=0);
void cr
www.eeworm.com/read/419481/10865561
h dockwindows.h
#ifndef DOCKWINDOWS_H
#define DOCKWINDOWS_H
#include
class DockWindows : public QMainWindow
{
Q_OBJECT
public:
DockWindows();
~DockWindows();
};
#endif
www.eeworm.com/read/419481/10865622
h mainwindow.h
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include
class MainWidget : public QMainWindow
{
Q_OBJECT
public:
MainWidget(QWidget *parent=0);
void createMenu();
www.eeworm.com/read/460749/7241603
h mainwindow.h
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include
// 主窗口
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
MainWindow(QWidget *parent=0);
void cr