|
ORE Studio 0.0.4
|
MDI window for browsing and managing saved server connections. More...
#include <ConnectionBrowserMdiWindow.hpp>
Inherits QWidget.

Public Slots | |
| void | reload () |
| void | openAddDialog () |
| void | editSelected () |
| void | deleteSelected () |
| void | connectToSelected () |
| void | changeMasterPassword () |
| void | purgeDatabase () |
Public Member Functions | |
| ConnectionBrowserMdiWindow (connections::service::connection_manager *manager, QWidget *parent=nullptr) | |
| QSize | sizeHint () const override |
| void | setTestCallback (TestConnectionCallback callback) |
| Set callback for testing connections from dialogs. | |
| void | setMdiArea (QMdiArea *mdiArea, QMainWindow *mainWindow, QList< DetachableMdiSubWindow * > *allDetachableWindows) |
| Set MDI area and main window for creating sub-windows. | |
MDI window for browsing and managing saved server connections.
Provides a tree view of folders and server environments with toolbar actions for CRUD operations. Works independently of server connection.