-rw-r--r-- | examples/main-tab/config.in | 8 | ||||
-rw-r--r-- | examples/simple-icon/config.in | 8 | ||||
-rw-r--r-- | examples/simple-main/config.in | 8 | ||||
-rw-r--r-- | examples/simple/config.in | 8 |
4 files changed, 16 insertions, 16 deletions
diff --git a/examples/main-tab/config.in b/examples/main-tab/config.in index da50c37..e021d59 100644 --- a/examples/main-tab/config.in +++ b/examples/main-tab/config.in @@ -1,4 +1,4 @@ -CONFIG EXAMPLE_SIMPLE - boolean "Simple MainWindow with Central Widget Example" - default "n" - depends (LIBQPE || LIBQPE-X11 ) && EXAMPLES
\ No newline at end of file + config MAIN_TAB_EXAMPLE + boolean "Mainwindow with OTabWidget example" + default "y" + depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES && LIBOPIE diff --git a/examples/simple-icon/config.in b/examples/simple-icon/config.in index cd6a17a..ec5e1ee 100644 --- a/examples/simple-icon/config.in +++ b/examples/simple-icon/config.in @@ -1,4 +1,4 @@ -CONFIG EXAMPLE_SIMPLE - boolean "Simple Icon Loading and Sound Example" - default "n" - depends (LIBQPE || LIBQPE-X11 ) && EXAMPLES
\ No newline at end of file + config SIMPLE_ICON + boolean "Simples Widget which loads Pixmaps and plays sound" + default "y" + depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES diff --git a/examples/simple-main/config.in b/examples/simple-main/config.in index 311e594..57cf603 100644 --- a/examples/simple-main/config.in +++ b/examples/simple-main/config.in @@ -1,4 +1,4 @@ -CONFIG EXAMPLE_SIMPLE - boolean "Simple MainWindow Example" - default "n" - depends (LIBQPE || LIBQPE-X11 ) && EXAMPLES
\ No newline at end of file + config SIMPLE_MAIN + boolean "Simple Mainwindow with Actions buttons and iconsets" + default "y" + depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES diff --git a/examples/simple/config.in b/examples/simple/config.in index 3a1b265..47b2d7f 100644 --- a/examples/simple/config.in +++ b/examples/simple/config.in @@ -1,4 +1,4 @@ -CONFIG EXAMPLE_SIMPLE - boolean "Simple Example" - default "n" - depends (LIBQPE || LIBQPE-X11 ) && EXAMPLES
\ No newline at end of file + config SIMPLE_EXAMPLE + boolean "Simple widget with a button" + default "y" + depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES |