Skip to content

Commit

Permalink
few changes in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Veeransh14 authored and mgautierfr committed Apr 8, 2024
1 parent 2598729 commit dd018bc
Showing 1 changed file with 19 additions and 26 deletions.
45 changes: 19 additions & 26 deletions ui/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -103,33 +103,26 @@
<bool>false</bool>
</attribute>
</widget>
<widget class="QMenuBar" name="menuBar">
<attribute name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1024</width>
<height>25</height>
</rect>
</attribute>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<widget class="QToolBar" name="toolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>TopWidget</class>
<extends>QToolBar</extends>
<header>src/topwidget.h</header>
</customwidget>
<customwidget>
<class>TabBar</class>
<extends>QWidget</extends>
<header>src/tabbar.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>ContentManagerSide</class>
<extends>QWidget</extends>
<header>src/contentmanagerside.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>ReadingListBar</class>
<extends>QWidget</extends>
<header>src/readinglistbar.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>

0 comments on commit dd018bc

Please sign in to comment.