代码搜索:QGroupBox
找到约 145 项符合「QGroupBox」的源代码
代码结果 145
www.eeworm.com/read/167562/5455248
h widgetgallery.h
/****************************************************************************
**
** Copyright (C) 2005-2006 Trolltech ASA. All rights reserved.
**
** This file is part of the example classes of the Qt
www.eeworm.com/read/167562/5455249
h window.h
/****************************************************************************
**
** Copyright (C) 2004-2006 Trolltech ASA. All rights reserved.
**
** This file is part of the example classes of the Qt
www.eeworm.com/read/167562/5455293
h mainwindow.h
/****************************************************************************
**
** Copyright (C) 2005-2006 Trolltech ASA. All rights reserved.
**
** This file is part of the example classes of the Qt
www.eeworm.com/read/167562/5455395
h dialog.h
/****************************************************************************
**
** Copyright (C) 2004-2006 Trolltech ASA. All rights reserved.
**
** This file is part of the example classes of the Qt
www.eeworm.com/read/419485/10864453
cpp mainwidget.cpp
#include "mainwidget.h"
#include "paintarea.h"
MainWidget::MainWidget(QWidget *parent)
: QWidget(parent)
{
QFont font("ZYSong18030",12);
setFont(font);
area = new PaintArea