Autorun on CD/DVD for Windows
nanvel
Source i (link to git-repo or to original if based on someone elses unmodified work):
1.1 Some bugfixes
1.0 First release
* Works with pling-storeor ocs-url
Other Qt Tools:
© 2025 store.kde.org - The official KDE Store
All rights reserved. All trademarks are copyright by their respective owners. All contributors are responsible for their uploads.
Ratings & Comments
20 Comments
Заебись.
Make it work :-) good.h: @ #ifndef GOOD_H #define GOOD_H #include <QtGui/QPushButton> class good : public QPushButton{ Q_OBJECT public: good(QWidget *parent = 0); private slots: void allGood(); }; #endif // GOOD_H @ good.cpp @ #include "good.h" good::good(QWidget *parent) : QPushButton(parent){ setText(QString::fromUtf8("Сделай мне заебись!")); setWindowTitle(QString::fromUtf8("Заебись")); connect(this, SIGNAL(clicked()), this, SLOT(allGood())); } void good::allGood() { setText(QString::fromUtf8("Все заебись!")); } @
The program had a bug, it worked only in Russia. This patch addresses the problem, and now the program works anywhere for russian-speaking users. Please aplly.(Sorry, dunnow hpw to attach) diff -Naru zaebis.old/done.cpp zaebis/done.cpp --- zaebis.old/done.cpp 1970-01-01 03:00:00.000000000 +0300 +++ zaebis/done.cpp 2010-08-13 19:33:57.000000000 +0300 @@ -0,0 +1,7 @@ +#include "done.h" + +done::done(QWidget *parent) : QMessageBox(parent){ + setText(QString::fromUtf8("Теперь все заебись!")); + setWindowTitle(QString::fromUtf8("Заебись")); + setStandardButtons(QMessageBox::Yes); +} diff -Naru zaebis.old/done.h zaebis/done.h --- zaebis.old/done.h 1970-01-01 03:00:00.000000000 +0300 +++ zaebis/done.h 2010-08-13 16:56:01.000000000 +0300 @@ -0,0 +1,13 @@ +#ifndef DONE_H +#define DONE_H + +#include <QtGui/QMessageBox> + +class done : public QMessageBox{ + Q_OBJECT + +public: + done(QWidget *parent = 0); +}; + +#endif // DONE_H diff -Naru zaebis.old/good.cpp zaebis/good.cpp --- zaebis.old/good.cpp 2009-04-07 20:52:02.000000000 +0300 +++ zaebis/good.cpp 2010-08-13 23:22:08.000000000 +0300 @@ -1,6 +1,14 @@ #include "good.h" +#include "done.h" + +#include <QMessageBox> good::good(QWidget *parent) : QPushButton(parent){ setText(QString::fromUtf8("Сделать заебись!")); setWindowTitle(QString::fromUtf8("Заебись")); } + +void good::closeEvent(QCloseEvent *e){ + done d; + d.exec(); +} diff -Naru zaebis.old/good.h zaebis/good.h --- zaebis.old/good.h 2009-04-07 20:51:00.000000000 +0300 +++ zaebis/good.h 2010-08-13 13:59:26.000000000 +0300 @@ -2,11 +2,16 @@ #define GOOD_H #include <QtGui/QPushButton> +#include <QCloseEvent> class good : public QPushButton{ Q_OBJECT +protected: + void closeEvent( QCloseEvent *e ); + public: + bool zaebis; good(QWidget *parent = 0); }; diff -Naru zaebis.old/good.pro zaebis/good.pro --- zaebis.old/good.pro 2009-04-07 22:50:47.000000000 +0300 +++ zaebis/good.pro 2010-08-13 23:24:49.000000000 +0300 @@ -3,6 +3,6 @@ QT += core gui -HEADERS += good.h -SOURCES += main.cpp \ +HEADERS += good.h done.h +SOURCES += main.cpp done.cpp \ good.cpp diff -Naru zaebis.old/main.cpp zaebis/main.cpp --- zaebis.old/main.cpp 2009-04-07 20:46:24.000000000 +0300 +++ zaebis/main.cpp 2010-08-13 23:23:24.000000000 +0300 @@ -1,4 +1,5 @@ #include "good.h" +#include "done.h" #include <QtGui> #include <QApplication> @@ -7,6 +8,8 @@ { QApplication a(argc, argv); good w; + done don; + QObject::connect(&w, SIGNAL(clicked()), &a, SLOT(closeAllWindows())); w.show(); return a.exec(); }
Bloody request Windows static linked binary!
I must admit that program has great perfomance and stability. No cpu usage at all, but all works as planned. Simply fantastic!
Great app! Fast, stable and very compact. I feel the great experience of it's developer. Thank you! Now searching for something like this for my mobile phone to be more successful.
Awesome tool! Really made me Zaebis. Zaebis is zaebis.
Wow! Cool app. Really makes you zaebis. I request a kde version and also a gnome version with their own method.
What theme is that?
bespin
It's really amazing software.
Мечта для сисадмина.
Thank you! It's really what i needed last years! И чего только русский человек ни придумает, чтоб всё стало... хорошо
It really makes everything zaebis!
.ui хде?
Закоменть эту строку - она не юзается...
fixed
only that
Сабж
bespin