代码搜索:QMainWindow
找到约 794 项符合「QMainWindow」的源代码
代码结果 794
www.eeworm.com/read/189334/8474996
h mainwidget.h
#ifndef _MAINWIDGET_H
#define _MAINWIDGET_H
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/286732/8747089
h toolbar.h
#include
class ToolbarDemo : public QMainWindow
{
Q_OBJECT
public:
ToolbarDemo();
protected:
void closeEvent( QCloseEvent* );
public slots:
void newDoc();
void load();
void
www.eeworm.com/read/243468/12939353
h widget.h
#include
#include
#include
#include
class ainWindow : public QMainWindow
{ Q_OBJECT
public:
ainWindow();
~ainWindow();
protected
www.eeworm.com/read/312335/13613505
h menu_i18n.h
#ifndef _MENU_I18N_H_
#define _MENU_I18N_H_
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/118801/6095661
h mainwindow.h
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include
class QMotifWidget;
class MainWindow : public QMainWindow
{
public:
MainWindow();
private:
QMotifWidget *customwidget;
}
www.eeworm.com/read/217293/14970225
h newprojectwindow.h
#include
#include "glwidget.h"
#include
class NewProjectWindow : public QMainWindow
{
Q_OBJECT
public:
NewProjectWindow( QWidget* parent = 0, const char* name = 0
www.eeworm.com/read/189334/8474681
h mypanel.h
#ifndef MYPANEL_H
#define MYPANEL_H
#include
#include
#include
class MyPanel:public QMainWindow
{
Q_OBJECT
public:
MyPanel(QWidget *parent=0,const
www.eeworm.com/read/189334/8474828
h mainwindow.h
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include
#include
#include
#include "colordialog.h"
class MainWindow: public QMainWindow
{
Q_OBJECT
public:
Ma
www.eeworm.com/read/288620/8618185
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/5840770
h mainwindow.h
/****************************************************************
**
** Definition of MainWindow class, translation tutorial 2
**
****************************************************************/
#if