initial commit

This commit is contained in:
2022-04-01 14:47:31 +02:00
parent 2d7a073046
commit e3a68c1e00
664 changed files with 964 additions and 26 deletions
+26 -4
View File
@@ -33,24 +33,46 @@
<bool>true</bool>
</property>
</widget>
<widget class="QListView" name="m_thumbnailView"/>
<widget class="QListView" name="m_thumbnailView">
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="iconSize">
<size>
<width>160</width>
<height>120</height>
</size>
</property>
<property name="resizeMode">
<enum>QListView::Adjust</enum>
</property>
<property name="gridSize">
<size>
<width>180</width>
<height>180</height>
</size>
</property>
<property name="viewMode">
<enum>QListView::IconMode</enum>
</property>
</widget>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<widget class="QMenuBar" name="m_menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1280</width>
<height>21</height>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QStatusBar" name="m_statusBar"/>
</widget>
<resources/>
<connections/>