kindle manager

This commit is contained in:
douboer
2025-09-18 17:02:40 +08:00
parent 6df3ce42a3
commit 0e370533e7
14 changed files with 241 additions and 158 deletions

View File

@@ -6,13 +6,17 @@
<rect>
<x>0</x>
<y>0</y>
<width>774</width>
<height>410</height>
<width>837</width>
<height>622</height>
</rect>
</property>
<property name="windowTitle">
<string>Kindle Management</string>
</property>
<property name="windowIcon">
<iconset resource="kmanapp.qrc">
<normaloff>:/icons/Cbb20.png</normaloff>:/icons/Cbb20.png</iconset>
</property>
<property name="iconSize">
<size>
<width>40</width>
@@ -21,6 +25,37 @@
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="0">
<widget class="QSplitter" name="splitter_2">
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
<widget class="QTreeView" name="treeView">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>401</width>
<height>16777215</height>
</size>
</property>
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
</widget>
<widget class="QSplitter" name="splitter">
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
</property>
<widget class="QTableView" name="tableView"/>
<widget class="QTextBrowser" name="textEdit"/>
</widget>
</widget>
</item>
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
@@ -57,44 +92,6 @@
</item>
</layout>
</item>
<item row="1" column="0">
<widget class="QSplitter" name="splitter_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QTreeView" name="treeView">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>401</width>
<height>16777215</height>
</size>
</property>
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
</widget>
<widget class="QSplitter" name="splitter">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<widget class="QTableView" name="tableView">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
<widget class="QTextBrowser" name="textEdit"/>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QStatusBar" name="statusbar"/>
@@ -103,8 +100,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>774</width>
<height>22</height>
<width>837</width>
<height>32</height>
</rect>
</property>
</widget>