| Line 8: | Line 8: | ||
<code cppqt n> | <code cppqt n> | ||
#include <QtCore/QtCore> | #include <QtCore/QtCore> | ||
| − | + | # Типа это тупой коментарий. А кто-то кроме меня его увидит? | |
int main(int argc, char* argv[]) | int main(int argc, char* argv[]) | ||
{ | { | ||
QApplication app(argc, argv); | QApplication app(argc, argv); | ||
QLabel l("Hello world!"); | QLabel l("Hello world!"); | ||
| − | + | QLabel h("Хуй!"); | |
| + | h.show(); | ||
return app.exec(); | return app.exec(); | ||
} | } | ||
Contents |
Test: <mail address="foo@bar.baz">Contact me!</mail>
int main(int argc, char* argv[]) {
QApplication app(argc, argv);
QLabel l("Hello world!");
QLabel h("Хуй!");
h.show();
return app.exec();
}
{{{text}}}
{{{text}}}
![]()
This work is licensed under a Creative Commons Attribution 2.5 License.
![]()
This work is licensed under a Creative Commons Attribution-Noncommercial 2.5 License.
![]()
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License.
![]()
This work is licensed under a Creative Commons Attribution-Share Alike 2.5 License.
All text is available under the terms of the Gnu Free Documentation License
| Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum |
|---|
| How To Do the Lorem Ipsum |