代码搜索:QMainWindow
找到约 794 项符合「QMainWindow」的源代码
代码结果 794
www.eeworm.com/read/136822/5849152
3qt qtoolbar.3qt
'\" t
.TH QToolBar 3qt "24 January 2005" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the
.\" license file included in the distribution for a comple
www.eeworm.com/read/136819/5852599
3qt qtoolbar.3qt
'\" t
.TH QToolBar 3qt "29 October 2001" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the
.\" license file included in the distribution for a comple
www.eeworm.com/read/136816/5854060
3qt qtoolbar.3qt
'\" t
.TH QToolBar 3qt "17 July 2003" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the
.\" license file included in the distribution for a complete
www.eeworm.com/read/118801/6094501
cpp cppbrowser.cpp
/**********************************************************************
**
** Copyright (C) 2000-2002 Trolltech AS. All rights reserved.
**
** This file is part of Qt Designer.
**
** This file may be
www.eeworm.com/read/118793/6096487
3qt qtoolbar.3qt
'\" t
.TH QToolBar 3qt "5 March 2001" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the
.\" license file included in the distribution for a complete
www.eeworm.com/read/404060/11492155
cpp amainwindow.cpp
#include
#include "AMainWindow.h"
ZhuChuangKou::ZhuChuangKou(QWidget * parent):QMainWindow(parent)
{
setupUi(this);
labelBiaoQian->setText("Ready!");
connect(AnNiu,SIGNAL(clicked())
www.eeworm.com/read/215001/15078254
3qt qtoolbar.3qt
.TH QToolBar 3qt "6 July 1999" "Troll Tech AS" \" -*- nroff -*-
.\" Copyright 1992-1999 Troll Tech AS. All rights reserved. See the
.\" license file included in the distribution for a complete licen
www.eeworm.com/read/167562/5457237
cpp qtoolbarhandle.cpp
/****************************************************************************
**
** Copyright (C) 1992-2006 Trolltech ASA. All rights reserved.
**
** This file is part of the QtGui module of the Qt To
www.eeworm.com/read/475750/6777114
txt qt系列之三:windows窗体.txt
在做设计Windows窗体的程序时候,我感触良多:编程能力固然重要,逻辑思维也很重要。
我们往往在为写出一个程序而高兴,但是实际上我们学到的只是皮毛,很重要的一点就是能很好的设计程序,包括设计类、类和类的联系、事件、消息响应等等。这就要求我们多想想设计的事情,最好能用UML给画出来,而不仅限于coding。没人想一辈子只当一个coder!
设计并实现一个简单窗体程序的步骤如下:
一、新建一个 ...
www.eeworm.com/read/428907/8829889
cpp mainwindow.cpp
#include "mainwindow.h"
MainWidget::MainWidget(QWidget *parent)
: QMainWindow(parent)
{
setWindowTitle(tr("Workspace"));
workSpace = new QWorkspace;
setCentralWidget(work