diff options
Diffstat (limited to 'SQLiteStudio3/guiSQLiteStudio/mainwindow.ui')
| -rw-r--r-- | SQLiteStudio3/guiSQLiteStudio/mainwindow.ui | 142 |
1 files changed, 142 insertions, 0 deletions
diff --git a/SQLiteStudio3/guiSQLiteStudio/mainwindow.ui b/SQLiteStudio3/guiSQLiteStudio/mainwindow.ui new file mode 100644 index 0000000..0ae72c8 --- /dev/null +++ b/SQLiteStudio3/guiSQLiteStudio/mainwindow.ui @@ -0,0 +1,142 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>MainWindow</class> + <widget class="QMainWindow" name="MainWindow"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>964</width> + <height>626</height> + </rect> + </property> + <property name="windowTitle"> + <string>SQLiteStudio (?.?.?)</string> + </property> + <property name="locale"> + <locale language="English" country="UnitedStates"/> + </property> + <property name="documentMode"> + <bool>true</bool> + </property> + <property name="dockOptions"> + <set>QMainWindow::AllowNestedDocks|QMainWindow::AllowTabbedDocks|QMainWindow::AnimatedDocks</set> + </property> + <property name="unifiedTitleAndToolBarOnMac"> + <bool>true</bool> + </property> + <widget class="QWidget" name="centralWidget"> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> + <widget class="MdiArea" name="mdiArea"> + <property name="verticalScrollBarPolicy"> + <enum>Qt::ScrollBarAsNeeded</enum> + </property> + <property name="horizontalScrollBarPolicy"> + <enum>Qt::ScrollBarAsNeeded</enum> + </property> + <property name="background"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>138</red> + <green>138</green> + <blue>138</blue> + </color> + </brush> + </property> + <property name="documentMode"> + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </widget> + <widget class="QMenuBar" name="menuBar"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>964</width> + <height>22</height> + </rect> + </property> + </widget> + <widget class="QToolBar" name="dbToolbar"> + <property name="windowTitle"> + <string>Database toolbar</string> + </property> + <attribute name="toolBarArea"> + <enum>TopToolBarArea</enum> + </attribute> + <attribute name="toolBarBreak"> + <bool>false</bool> + </attribute> + </widget> + <widget class="QToolBar" name="structureToolbar"> + <property name="windowTitle"> + <string>Structure toolbar</string> + </property> + <attribute name="toolBarArea"> + <enum>TopToolBarArea</enum> + </attribute> + <attribute name="toolBarBreak"> + <bool>false</bool> + </attribute> + </widget> + <widget class="QToolBar" name="mainToolBar"> + <property name="windowTitle"> + <string>Tools</string> + </property> + <attribute name="toolBarArea"> + <enum>TopToolBarArea</enum> + </attribute> + <attribute name="toolBarBreak"> + <bool>false</bool> + </attribute> + </widget> + <widget class="TaskBar" name="taskBar"> + <property name="contextMenuPolicy"> + <enum>Qt::CustomContextMenu</enum> + </property> + <property name="windowTitle"> + <string>Window list</string> + </property> + <property name="toolButtonStyle"> + <enum>Qt::ToolButtonTextBesideIcon</enum> + </property> + <attribute name="toolBarArea"> + <enum>TopToolBarArea</enum> + </attribute> + <attribute name="toolBarBreak"> + <bool>false</bool> + </attribute> + </widget> + <widget class="QToolBar" name="viewToolbar"> + <property name="windowTitle"> + <string>View toolbar</string> + </property> + <attribute name="toolBarArea"> + <enum>TopToolBarArea</enum> + </attribute> + <attribute name="toolBarBreak"> + <bool>false</bool> + </attribute> + </widget> + </widget> + <layoutdefault spacing="6" margin="11"/> + <customwidgets> + <customwidget> + <class>MdiArea</class> + <extends>QMdiArea</extends> + <header>mdiarea.h</header> + <container>1</container> + </customwidget> + <customwidget> + <class>TaskBar</class> + <extends>QToolBar</extends> + <header>taskbar.h</header> + </customwidget> + </customwidgets> + <resources/> + <connections/> +</ui> |
