Databasehandlingdialogclasses
0.5.3
|
KDE high level widget to define queries and see the result. More...
#include <hk_kdemodulepartwidget.h>
Signals | |
void | signal_closed (QWidget *) |
Public Member Functions | |
void | set_autoclose (bool c) |
bool | autoclose (void) const |
virtual void | reset_has_changed (void) |
virtual void | show_widget (void) |
virtual void | hide_widget (void) |
virtual bool | close_widget (void) |
bool | save_module (const hk_string &n="", bool ask=true) |
bool | load_module (const hk_string &n="") |
bool | has_changed () |
void | set_block_has_changed (bool) |
Friends | |
class | hk_kdemodulepart |
KDE high level widget to define queries and see the result.
hk_kdemodulepartwidget is a high level widget to define queries and see the result. In this mode of development it has a field to enter the SQL module and a grid which shows the resulting data if there is any. hk_kdemodulepartwidget also handles actionqueries correctly.
void hk_kdemodulepartwidget::set_autoclose | ( | bool | c | ) |
when the datasource vanishes (i.e. will be destroyed) and autoclose is true, the hk_kdemodulepartwidget will be closed otherwise it still is on your screen.