代码搜索:QMainWindow
找到约 794 项符合「QMainWindow」的源代码
代码结果 794
www.eeworm.com/read/291165/3969641
h mainwindow.h
#ifndef _MAINWINDOW_H_
#define _MAINWINDOW_H_ 1
#include
#include
class QSpinBox;
class QPushButton;
class RandomPlot;
class MainWindow: public QMainWindow
{
Q_O
www.eeworm.com/read/282518/4101026
h imagewindow.h
#ifndef IMAGEWINDOW_H
#define IMAGEWINDOW_H
#include
#include
#include "transactionthread.h"
class QAction;
class QLabel;
class ImageWindow : public QMainWindow
{
Q_
www.eeworm.com/read/282518/4101068
h addressbook.h
#ifndef ADDRESSBOOK_H
#define ADDRESSBOOK_H
#include
class QAction;
class QListView;
class QPopupMenu;
class ABItem;
class AddressBook : public QMainWindow
{
Q_OBJECT
Q_PROP
www.eeworm.com/read/265753/4281210
h imagewindow.h
#ifndef IMAGEWINDOW_H
#define IMAGEWINDOW_H
#include
#include
#include "transactionthread.h"
class QAction;
class QLabel;
class ImageWindow : public QMainWindow
{
Q_
www.eeworm.com/read/265753/4281247
h addressbook.h
#ifndef ADDRESSBOOK_H
#define ADDRESSBOOK_H
#include
class QAction;
class QListView;
class QPopupMenu;
class ABItem;
class AddressBook : public QMainWindow
{
Q_OBJECT
Q_PROP
www.eeworm.com/read/366832/9796719
h addressbook.h
#ifndef ADDRESSBOOK_H
#define ADDRESSBOOK_H
#include
class QAction;
class QListView;
class QPopupMenu;
class ABItem;
class AddressBook : public QMainWindow
{
Q_OBJECT
Q_PROP
www.eeworm.com/read/339155/3310837
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/276342/4166392
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/387772/8654212
cpp main.cpp
#include
#include
#include
#include
#include
#include
#include "data_plot.h"
class MainWindow: public QMainWindow
www.eeworm.com/read/371773/9537108
h mywindow.h
#ifndef MYWINDOW_H
#define MYWINDOW_H
#include
#include
#include
class QAction;
class QLabel;
class Mywindow:public QMainWindow
{
Q_OBJECT
public:
Mywindow(QWid