#include <ui_MainWindow_BASE.h>
Public Member Functions | |
void | setupUi (QMainWindow *MainWindow_BASE) |
void | retranslateUi (QMainWindow *MainWindow_BASE) |
Public Attributes | |
QAction * | action_ConnectionOpen |
QAction * | action_ConnectionCopy |
QAction * | action_ConnectionProperties |
QAction * | action_ConnectionDisconnect |
QAction * | action_ConnectionRefresh |
QAction * | action_ConnectionQuit |
QAction * | action_FolderNew |
QAction * | action_FolderCopy |
QAction * | action_FolderDelete |
QAction * | action_FolderProperties |
QAction * | action_FolderFilter |
QAction * | action_FolderCommit |
QAction * | action_FolderCommitAll |
QAction * | actionAbout |
QWidget * | centralwidget |
QVBoxLayout * | vboxLayout |
QTabWidget * | tabWidget_Connections |
QWidget * | tab |
QMenuBar * | menubar |
QMenu * | menu_Connection |
QMenu * | menu_Folder |
QMenu * | menu_Preferences |
QMenu * | menu_Help |
QMenu * | menu_View |
QStatusBar * | statusbar |
QToolBar * | toolBar |
Definition at line 26 of file ui_MainWindow_BASE.h.
void Ui_MainWindow_BASE::setupUi | ( | QMainWindow * | MainWindow_BASE | ) | [inline] |
Definition at line 56 of file ui_MainWindow_BASE.h.
References action_ConnectionCopy, action_ConnectionDisconnect, action_ConnectionOpen, action_ConnectionProperties, action_ConnectionQuit, action_ConnectionRefresh, action_FolderCommit, action_FolderCommitAll, action_FolderCopy, action_FolderDelete, action_FolderFilter, action_FolderNew, action_FolderProperties, actionAbout, centralwidget, menu_Connection, menu_Folder, menu_Help, menu_Preferences, menu_View, menubar, retranslateUi(), statusbar, tab, tabWidget_Connections, toolBar, and vboxLayout.
Referenced by MainWindow::MainWindow().
void Ui_MainWindow_BASE::retranslateUi | ( | QMainWindow * | MainWindow_BASE | ) | [inline] |
Definition at line 214 of file ui_MainWindow_BASE.h.
References action_ConnectionCopy, action_ConnectionDisconnect, action_ConnectionOpen, action_ConnectionProperties, action_ConnectionQuit, action_ConnectionRefresh, action_FolderCommit, action_FolderCommitAll, action_FolderCopy, action_FolderDelete, action_FolderFilter, action_FolderNew, action_FolderProperties, actionAbout, menu_Connection, menu_Folder, menu_Help, menu_Preferences, menu_View, tab, tabWidget_Connections, and toolBar.
Referenced by setupUi().
Definition at line 29 of file ui_MainWindow_BASE.h.
Referenced by retranslateUi(), MainWindow::setConnections(), and setupUi().
Definition at line 32 of file ui_MainWindow_BASE.h.
Referenced by retranslateUi(), MainWindow::setConnections(), setupUi(), MainWindow::slotConnectionDisconnect(), and MainWindow::slotCreateFolderTree().
QAction* Ui_MainWindow_BASE::action_FolderNew |
Definition at line 39 of file ui_MainWindow_BASE.h.
Referenced by retranslateUi(), MainWindow::setConnections(), and setupUi().
Definition at line 40 of file ui_MainWindow_BASE.h.
Referenced by retranslateUi(), MainWindow::setConnections(), setupUi(), and MainWindow::slotCheckButtons().
Definition at line 41 of file ui_MainWindow_BASE.h.
Referenced by retranslateUi(), MainWindow::setConnections(), setupUi(), and MainWindow::slotCheckButtons().
QAction* Ui_MainWindow_BASE::actionAbout |
QWidget* Ui_MainWindow_BASE::centralwidget |
QVBoxLayout* Ui_MainWindow_BASE::vboxLayout |
Definition at line 44 of file ui_MainWindow_BASE.h.
Referenced by setupUi(), and MainWindow::slotCreateFolderTable().
QTabWidget* Ui_MainWindow_BASE::tabWidget_Connections |
Definition at line 45 of file ui_MainWindow_BASE.h.
Referenced by MainWindow::MainWindow(), retranslateUi(), setupUi(), MainWindow::slotConnectionDisconnect(), and MainWindow::slotCreateFolderTree().
QWidget* Ui_MainWindow_BASE::tab |
QMenuBar* Ui_MainWindow_BASE::menubar |
QStatusBar* Ui_MainWindow_BASE::statusbar |
QToolBar* Ui_MainWindow_BASE::toolBar |