代码搜索:QMainWindow
找到约 794 项符合「QMainWindow」的源代码
代码结果 794
www.eeworm.com/read/189334/8475022
cpp mainwidget.cpp
#include "mainwidget.h"
MainWidget::MainWidget(QWidget *parent,const char *name)
:QMainWindow(parent,name)
{
setCaption("Example");
setBackgroundColor(yellow);
QFont f("Helvetica",18
www.eeworm.com/read/177421/9455024
cpp mainwindow.cpp
// Protected by the GNU General Public License
#include "mainwindow.h"
MainWindow::MainWindow (QWidget *parent) : QMainWindow(parent)
{
QString home = getenv( "HOME" );
QString pathsmsDir = home +
www.eeworm.com/read/419485/10864589
cpp painter.cpp
#include "painter.h"
Painter::Painter(QWidget *parent)
: QMainWindow(parent)
{
QFont font("ZYSong18030",12);
setFont(font);
setWindowTitle(tr("Simple Painter"));
www.eeworm.com/read/419483/10865121
h imgprocessor.h
#ifndef IMGPROCESSOR_H
#define IMGPROCESSOR_H
#include
class ImgProcessor : public QMainWindow
{
Q_OBJECT
public:
ImgProcessor();
~ImgProcessor();
void createMenus();
www.eeworm.com/read/460749/7241360
cpp painter.cpp
#include "painter.h"
Painter::Painter(QWidget *parent)
: QMainWindow(parent)
{
QFont font("ZYSong18030",12);
setFont(font);
setWindowTitle(tr("Simple Painter"));
www.eeworm.com/read/460749/7241556
h imgprocessor.h
#ifndef IMGPROCESSOR_H
#define IMGPROCESSOR_H
#include
class ImgProcessor : public QMainWindow
{
Q_OBJECT
public:
ImgProcessor();
~ImgProcessor();
void createMenus();