Skip to content

Instantly share code, notes, and snippets.

View Atsushi4's full-sized avatar

Atsushi4 Atsushi4

View GitHub Profile
@Atsushi4
Atsushi4 / messagebox_sample.cpp
Created September 6, 2012 06:57
Use QMessageBox.
#include <QtGui>
class MainWindow : public QDialog
{
Q_OBJECT
public:
MainWindow()
{
QPushButton *b;
setLayout(new QGridLayout);
@Atsushi4
Atsushi4 / unixmake2.cpp
Created August 25, 2012 03:13
qmake4.8.2 add 178, change 449
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the qmake application of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage