97 lines
2.3 KiB
XML
97 lines
2.3 KiB
XML
<?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>800</width>
|
||
<height>600</height>
|
||
</rect>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>AI Adventure Lab</string>
|
||
</property>
|
||
<property name="windowIcon">
|
||
<iconset resource="source.qrc">
|
||
<normaloff>:/general/static/favicon_512.png</normaloff>:/general/static/favicon_512.png</iconset>
|
||
</property>
|
||
<widget class="QWidget" name="centralwidget">
|
||
<widget class="QTabWidget" name="tabWidget_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>351</width>
|
||
<height>531</height>
|
||
</rect>
|
||
</property>
|
||
<property name="currentIndex">
|
||
<number>0</number>
|
||
</property>
|
||
<widget class="QWidget" name="tab_5">
|
||
<attribute name="title">
|
||
<string>Не РП</string>
|
||
</attribute>
|
||
</widget>
|
||
<widget class="QWidget" name="tab_6">
|
||
<attribute name="title">
|
||
<string>РП чат</string>
|
||
</attribute>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QTabWidget" name="characters">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>350</x>
|
||
<y>0</y>
|
||
<width>431</width>
|
||
<height>531</height>
|
||
</rect>
|
||
</property>
|
||
<property name="currentIndex">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="tabsClosable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="movable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<widget class="QWidget" name="tab">
|
||
<attribute name="title">
|
||
<string>Мой персонаж</string>
|
||
</attribute>
|
||
</widget>
|
||
<widget class="QWidget" name="tab_2">
|
||
<attribute name="title">
|
||
<string>Персонаж 1</string>
|
||
</attribute>
|
||
</widget>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QMenuBar" name="menubar">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>800</width>
|
||
<height>30</height>
|
||
</rect>
|
||
</property>
|
||
<widget class="QMenu" name="menu">
|
||
<property name="title">
|
||
<string>Меню</string>
|
||
</property>
|
||
</widget>
|
||
<addaction name="menu"/>
|
||
</widget>
|
||
<widget class="QStatusBar" name="statusbar"/>
|
||
</widget>
|
||
<resources>
|
||
<include location="source.qrc"/>
|
||
</resources>
|
||
<connections/>
|
||
</ui>
|