代码搜索:QMainWindow
找到约 794 项符合「QMainWindow」的源代码
代码结果 794
www.eeworm.com/read/291165/3969655
h bode.h
#include
class BodePlot;
class QPointArray;
class QwtPlotZoomer;
class QwtPlotPicker;
class MainWin : public QMainWindow
{
Q_OBJECT
public:
MainWin(QWidget *p = 0, const cha
www.eeworm.com/read/276342/4166236
h mainwindow.h
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include
class QAction;
class QLabel;
class FindDialog;
class Spreadsheet;
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
www.eeworm.com/read/276342/4166283
h mailclient.h
#ifndef MAILCLIENT_H
#define MAILCLIENT_H
#include
class QIcon;
class QSplitter;
class QTextEdit;
class QTreeWidget;
class MailClient : public QMainWindow
{
Q_OBJECT
public:
www.eeworm.com/read/276342/4166464
h mainwindow.h
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include
class QAction;
class QLabel;
class FindDialog;
class Spreadsheet;
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
www.eeworm.com/read/432906/1887449
py xsviewer.py
from qt import *
import xen.lowlevel.xs
class XSViewer(QMainWindow):
def __init__(self, app):
apply(QMainWindow.__init__, (self,))
self.setCaption('XenStore Viewer'
www.eeworm.com/read/385462/2589663
py xsviewer.py
from qt import *
import xen.lowlevel.xs
class XSViewer(QMainWindow):
def __init__(self, app):
apply(QMainWindow.__init__, (self,))
self.setCaption('XenStore Viewer'
www.eeworm.com/read/136865/5840515
h glworkspace.h
#ifndef GLWORKSPACE_H
#define GLWORKSPACE_H
#include
class QWorkspace;
class QPrinter;
class GLWorkspace : public QMainWindow
{
Q_OBJECT
public:
GLWorkspace( QWidget *parent
www.eeworm.com/read/136815/5855226
h glworkspace.h
#ifndef GLWORKSPACE_H
#define GLWORKSPACE_H
#include
class QWorkspace;
class QPrinter;
class GLWorkspace : public QMainWindow
{
Q_OBJECT
public:
GLWorkspace( QWidget *parent
www.eeworm.com/read/118801/6094069
h glworkspace.h
#ifndef GLWORKSPACE_H
#define GLWORKSPACE_H
#include
class QWorkspace;
class QPrinter;
class GLWorkspace : public QMainWindow
{
Q_OBJECT
public:
GLWorkspace( QWidget *parent
www.eeworm.com/read/343875/3215154
h mainwindow.h
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include
#include
#include
#include "form.h"
#include "palette.h"
class MainWindow : public QMainWindow
{
Q