代码搜索:QMainWindow
找到约 794 项符合「QMainWindow」的源代码
代码结果 794
www.eeworm.com/read/167365/5460583
cpp moc_mywidget.cpp
/****************************************************************************
** MyWidget meta object code from reading C++ file 'mywidget.h'
**
** Created: ??? ?? 3 00:16:57 2005
** by: The
www.eeworm.com/read/167365/5460590
cpp moc_mainwindow.cpp
/****************************************************************************
** MainWindow meta object code from reading C++ file 'mainwindow.h'
**
** Created: ??? ?? 3 00:18:41 2005
** by:
www.eeworm.com/read/471148/6898207
h mainwindow.h
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include
#include
class QTextBrowser;
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
MainWindow();
pub
www.eeworm.com/read/293339/8298775
h mailclient.h
#ifndef MAILCLIENT_H
#define MAILCLIENT_H
#include
class QIcon;
class QSplitter;
class QTextEdit;
class QTreeWidget;
class MailClient : public QMainWindow
{
Q_OBJECT
www.eeworm.com/read/293339/8298833
h mainwindow.h
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include
class QAction;
class QActionGroup;
class QLabel;
class QMenu;
class QToolBar;
class QWorkspace;
class Editor;
class Mai
www.eeworm.com/read/357852/10200089
h sliderlcd.h
#ifndef _SLIDER_LCD_H_
#define _SLIDER_LCD_H_
#include
/**
Simple GUI class which includes a slider and an LCD display of the value
of the slider
*/
//start
class QSlider;
class
www.eeworm.com/read/357852/10200093
h study.h
#ifndef STUDY_H
#define STUDY_H
#include
class QAction;
class QActionGroup;
/**
Demo of QActions and QActionGroups
S. Alan Ezust (alan dot ezust at gmail dot com )
*/
//start
cla
www.eeworm.com/read/357852/10200121
h rinputform.h
#ifndef _RINPUT_FORM_H_
#define _RINPUT_FORM_H_
#include
#include
class QGridLayout;
class QLineEdit;
class QRegExpValidator;
class QLabel;
//start
class RinputForm : public
www.eeworm.com/read/357852/10200126
h inputform.h
#ifndef _INPUT_FORM_H_
#define _INPUT_FORM_H_
#include
class QGridLayout;
class QLineEdit;
class QIntValidator;
class QDoubleValidator;
class QLabel;
//start
class InputForm : public Q
www.eeworm.com/read/357852/10200317
h qonsole.h
#ifndef QONSOLE_H
#define QONSOLE_H
#include
class QProcess;
class LogWindow;
/** Qonsole - konsole without the k
Example using QProcess and KeyEvents.
By S. Alan Ezust
*/
//s