代码搜索:QMainWindow
找到约 794 项符合「QMainWindow」的源代码
代码结果 794
www.eeworm.com/read/460749/7241369
cpp mainwindow.cpp
#include "mainwindow.h"
MainWidget::MainWidget(QWidget *parent)
: QMainWindow(parent)
{
setWindowTitle(tr("SVG Viewer"));
createMenu();
svgWindow = new SvgWindow;
www.eeworm.com/read/460749/7241449
cpp mainwidget.cpp
#include "mainwidget.h"
#include
MainWindow::MainWindow(QWidget *parent)
: QMainWindow(parent)
{
createActions();
createMenus();
scene = new QGraphicsScene;
sc
www.eeworm.com/read/200461/15432721
cpp mainwindow.cpp
#include "mainwindow.h"
MainWindow::MainWindow(QWidget *parent)
: QMainWindow(parent)
{
this->settingsDialog = NULL;
this->mainWindowDraggable = false;
this->callRecordCounte
www.eeworm.com/read/419485/10864565
cpp rubberband.cpp
#include "rubberband.h"
RubberBand::RubberBand(QWidget *parent)
: QMainWindow(parent)
{
QWidget *mainWidget = new QWidget;
mainWidget->setBackgroundRole(QPalette::Light);
mainWidg
www.eeworm.com/read/419483/10865132
cpp imgprocessor.cpp
#include "imgprocessor.h"
ImgProcessor::ImgProcessor()
: QMainWindow()
{
QFont f("ZYSong18030",12);
setFont(f);
setWindowTitle(tr("Image Processor"));
imageLabel
www.eeworm.com/read/419481/10865565
cpp dockwindows.cpp
#include "dockwindows.h"
DockWindows::DockWindows()
: QMainWindow()
{
setWindowTitle( tr( "DockWindows" ) );
QTextEdit *te = new QTextEdit( this );
te->setText(tr("Main Window"))
www.eeworm.com/read/460749/7241352
cpp rubberband.cpp
#include "rubberband.h"
RubberBand::RubberBand(QWidget *parent)
: QMainWindow(parent)
{
QWidget *mainWidget = new QWidget;
mainWidget->setBackgroundRole(QPalette::Light);
mainWidg
www.eeworm.com/read/460749/7241558
cpp imgprocessor.cpp
#include "imgprocessor.h"
ImgProcessor::ImgProcessor()
: QMainWindow()
{
QFont f("ZYSong18030",12);
setFont(f);
setWindowTitle(tr("Image Processor"));
imageLabel