代码搜索:QMainWindow
找到约 794 项符合「QMainWindow」的源代码
代码结果 794
www.eeworm.com/read/419482/10865243
cpp mainwindow.cpp
#include "mainwindow.h"
#include
#include
#include
MainWindow::MainWindow(QWidget *parent)
: QMainWindow(parent)
{
setWindowTitle(tr("Splash Example"));
QText
www.eeworm.com/read/460749/7241589
cpp mainwindow.cpp
#include "mainwindow.h"
#include
#include
#include
MainWindow::MainWindow(QWidget *parent)
: QMainWindow(parent)
{
setWindowTitle(tr("Splash Example"));
QText
www.eeworm.com/read/460748/7242151
h mouseevent.h
#ifndef MOUSEEVENT_H
#define MOUSEEVENT_H
#include
class MouseEvent : public QMainWindow
{
Q_OBJECT
public:
MouseEvent();
~MouseEvent();
private:
QLabel *labelStatus;
www.eeworm.com/read/460300/7254036
h mouseevent.h
#ifndef MOUSEEVENT_H
#define MOUSEEVENT_H
#include
class MouseEvent : public QMainWindow
{
Q_OBJECT
public:
MouseEvent();
~MouseEvent();
private:
QLabel *labelStatus;