diff options
Diffstat (limited to 'python/pykde/examples/kdeform1.ui.h')
-rw-r--r-- | python/pykde/examples/kdeform1.ui.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/python/pykde/examples/kdeform1.ui.h b/python/pykde/examples/kdeform1.ui.h deleted file mode 100644 index 96bc3266..00000000 --- a/python/pykde/examples/kdeform1.ui.h +++ /dev/null @@ -1,13 +0,0 @@ -/**************************************************************************** -** ui.h extension file, included from the uic-generated form implementation. -** -** If you wish to add, delete or rename slots use Qt Designer which will -** update this file, preserving your code. Create an init() slot in place of -** a constructor, and a destroy() slot in place of a destructor. -*****************************************************************************/ - - -void Form1::PushButton1_clicked() -{ -qApp.exit(0) -} |