代码搜索:QMainWindow
找到约 794 项符合「QMainWindow」的源代码
代码结果 794
www.eeworm.com/read/339155/3310741
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 MainWindow : pub
www.eeworm.com/read/276342/4166296
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 MainWindow : pub
www.eeworm.com/read/446555/1711722
svn-base inputform.h.svn-base
#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/446555/1711891
svn-base moving.h.svn-base
#ifndef MOVING_H
#define MOVING_H
#include
#include
#include
#include
class QLabel;
class QVBoxLayout;
//start
/**
A demo of how widgets can move fro
www.eeworm.com/read/446555/1711894
h moving.h
#ifndef MOVING_H
#define MOVING_H
#include
#include
#include
#include
class QLabel;
class QVBoxLayout;
//start
/**
A demo of how widgets can move fro
www.eeworm.com/read/421437/2052357
h mainwindow.h
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include
#include "highlighter.h"
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
MainWindow();
private slots:
void open();
www.eeworm.com/read/421437/2052376
h mainwindow.h
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include
#include "highlighter.h"
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
MainWindow();
private slots:
void open();
www.eeworm.com/read/470561/6913823
pyw a3.pyw
# -*- coding: cp936 -*-
import sys
from PyQt4 import QtCore, QtGui
class MainWindow(QtGui.QMainWindow):
MaxRecentFiles = 5
windowList = []
def __init__(self, parent=None):
QtGui
www.eeworm.com/read/444916/7602779
h toolbar.h
#ifndef __TOOLBAR_H__
#define __TOOLBAR_H__
#include
class QMainWindow;
namespace gui {
class ToolButton;
/** Minimal allowed size of one ToolButton */
const int MIN_TOOLBUTTON_SIZE=12