forked from qt-creator/qt-creator
more file cosmetics
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
|
||||
#include "helloworldplugin.h"
|
||||
|
||||
#include "helloworldwindow.h"
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef HELLOWORLDPLUGIN_H
|
||||
#define HELLOWORLDPLUGIN_H
|
||||
|
||||
@@ -62,4 +63,4 @@ private:
|
||||
} // namespace Internal
|
||||
} // namespace HelloWorld
|
||||
|
||||
#endif //HELLOWORLDPLUGIN_H
|
||||
#endif // HELLOWORLDPLUGIN_H
|
||||
|
||||
@@ -30,15 +30,16 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
#include <QtGui/QTextEdit>
|
||||
#include <QtGui/QVBoxLayout>
|
||||
|
||||
#include "helloworldwindow.h"
|
||||
|
||||
#include <QtGui/QTextEdit>
|
||||
#include <QtGui/QVBoxLayout>
|
||||
|
||||
using namespace HelloWorld::Internal;
|
||||
|
||||
HelloWorldWindow::HelloWorldWindow(QWidget *parent)
|
||||
:QWidget(parent)
|
||||
: QWidget(parent)
|
||||
{
|
||||
QBoxLayout *layout = new QVBoxLayout(this);
|
||||
layout->addWidget(new QTextEdit("Focus me to activate my context!"));
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef HELLOWORLDWINDOW_H
|
||||
#define HELLOWORLDWINDOW_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user