585 lines
		
	
	
		
			22 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			585 lines
		
	
	
		
			22 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <ui version="4.0">
 | |
|  <class>Dialog</class>
 | |
|  <widget class="QDialog" name="Dialog">
 | |
|   <property name="geometry">
 | |
|    <rect>
 | |
|     <x>0</x>
 | |
|     <y>0</y>
 | |
|     <width>1119</width>
 | |
|     <height>612</height>
 | |
|    </rect>
 | |
|   </property>
 | |
|   <property name="windowTitle">
 | |
|    <string>Settings</string>
 | |
|   </property>
 | |
|   <layout class="QGridLayout" name="gridLayout">
 | |
|    <item row="0" column="0">
 | |
|     <widget class="QListView" name="listView">
 | |
|      <property name="sizePolicy">
 | |
|       <sizepolicy hsizetype="Maximum" vsizetype="Expanding">
 | |
|        <horstretch>0</horstretch>
 | |
|        <verstretch>0</verstretch>
 | |
|       </sizepolicy>
 | |
|      </property>
 | |
|      <property name="editTriggers">
 | |
|       <set>QAbstractItemView::NoEditTriggers</set>
 | |
|      </property>
 | |
|     </widget>
 | |
|    </item>
 | |
|    <item row="0" column="1">
 | |
|     <layout class="QVBoxLayout" name="verticalLayout_4">
 | |
|      <item>
 | |
|       <widget class="QStackedWidget" name="stackedWidget">
 | |
|        <widget class="QWidget" name="treeViewPage">
 | |
|         <layout class="QGridLayout" name="gridLayout_5">
 | |
|          <item row="0" column="0">
 | |
|           <widget class="QTreeView" name="treeView"/>
 | |
|          </item>
 | |
|         </layout>
 | |
|        </widget>
 | |
|        <widget class="QWidget" name="switchPage">
 | |
|         <layout class="QGridLayout" name="gridLayout_2">
 | |
|          <item row="0" column="0">
 | |
|           <layout class="QVBoxLayout" name="verticalLayout">
 | |
|            <item>
 | |
|             <widget class="QGroupBox" name="groupBox">
 | |
|              <property name="title">
 | |
|               <string>Library</string>
 | |
|              </property>
 | |
|              <layout class="QGridLayout" name="gridLayout_4">
 | |
|               <item row="0" column="0">
 | |
|                <layout class="QVBoxLayout" name="verticalLayout_2">
 | |
|                 <item>
 | |
|                  <layout class="QHBoxLayout" name="horizontalLayout_13">
 | |
|                   <item>
 | |
|                    <layout class="QHBoxLayout" name="horizontalLayout_14">
 | |
|                     <item>
 | |
|                      <widget class="QLabel" name="readAtLabel">
 | |
|                       <property name="sizePolicy">
 | |
|                        <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
 | |
|                         <horstretch>0</horstretch>
 | |
|                         <verstretch>0</verstretch>
 | |
|                        </sizepolicy>
 | |
|                       </property>
 | |
|                       <property name="text">
 | |
|                        <string>Consider book read at percent</string>
 | |
|                       </property>
 | |
|                       <property name="alignment">
 | |
|                        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
 | |
|                       </property>
 | |
|                      </widget>
 | |
|                     </item>
 | |
|                     <item>
 | |
|                      <widget class="QSpinBox" name="readAtPercent">
 | |
|                       <property name="minimum">
 | |
|                        <number>90</number>
 | |
|                       </property>
 | |
|                       <property name="value">
 | |
|                        <number>95</number>
 | |
|                       </property>
 | |
|                      </widget>
 | |
|                     </item>
 | |
|                    </layout>
 | |
|                   </item>
 | |
|                   <item>
 | |
|                    <layout class="QHBoxLayout" name="horizontalLayout_7">
 | |
|                     <item>
 | |
|                      <widget class="QLabel" name="label">
 | |
|                       <property name="toolTip">
 | |
|                        <string>Restart application to see changes</string>
 | |
|                       </property>
 | |
|                       <property name="text">
 | |
|                        <string>Icon theme: </string>
 | |
|                       </property>
 | |
|                      </widget>
 | |
|                     </item>
 | |
|                     <item>
 | |
|                      <widget class="QRadioButton" name="darkIconsRadio">
 | |
|                       <property name="toolTip">
 | |
|                        <string>Restart application to see changes</string>
 | |
|                       </property>
 | |
|                       <property name="text">
 | |
|                        <string>&Dark</string>
 | |
|                       </property>
 | |
|                      </widget>
 | |
|                     </item>
 | |
|                     <item>
 | |
|                      <widget class="QRadioButton" name="lightIconsRadio">
 | |
|                       <property name="toolTip">
 | |
|                        <string>Restart application to see changes</string>
 | |
|                       </property>
 | |
|                       <property name="text">
 | |
|                        <string>L&ight</string>
 | |
|                       </property>
 | |
|                      </widget>
 | |
|                     </item>
 | |
|                    </layout>
 | |
|                   </item>
 | |
|                  </layout>
 | |
|                 </item>
 | |
|                 <item>
 | |
|                  <layout class="QHBoxLayout" name="horizontalLayout_4">
 | |
|                   <item>
 | |
|                    <widget class="QCheckBox" name="refreshLibrary">
 | |
|                     <property name="text">
 | |
|                      <string>Startup: Refresh library</string>
 | |
|                     </property>
 | |
|                    </widget>
 | |
|                   </item>
 | |
|                   <item>
 | |
|                    <widget class="QCheckBox" name="fileRemember">
 | |
|                     <property name="text">
 | |
|                      <string>Remember open files</string>
 | |
|                     </property>
 | |
|                    </widget>
 | |
|                   </item>
 | |
|                  </layout>
 | |
|                 </item>
 | |
|                 <item>
 | |
|                  <layout class="QHBoxLayout" name="horizontalLayout_3">
 | |
|                   <item>
 | |
|                    <widget class="QCheckBox" name="coverShadows">
 | |
|                     <property name="text">
 | |
|                      <string>Cover shadows</string>
 | |
|                     </property>
 | |
|                    </widget>
 | |
|                   </item>
 | |
|                   <item>
 | |
|                    <widget class="QCheckBox" name="performCulling">
 | |
|                     <property name="toolTip">
 | |
|                      <string>Enabling reduces startup time and memory usage</string>
 | |
|                     </property>
 | |
|                     <property name="text">
 | |
|                      <string>Load covers only when needed</string>
 | |
|                     </property>
 | |
|                    </widget>
 | |
|                   </item>
 | |
|                  </layout>
 | |
|                 </item>
 | |
|                 <item>
 | |
|                  <layout class="QHBoxLayout" name="horizontalLayout_9">
 | |
|                   <item>
 | |
|                    <widget class="QCheckBox" name="autoTags">
 | |
|                     <property name="text">
 | |
|                      <string>Generate tags from files</string>
 | |
|                     </property>
 | |
|                    </widget>
 | |
|                   </item>
 | |
|                  </layout>
 | |
|                 </item>
 | |
|                </layout>
 | |
|               </item>
 | |
|              </layout>
 | |
|             </widget>
 | |
|            </item>
 | |
|            <item>
 | |
|             <widget class="QGroupBox" name="groupBox_2">
 | |
|              <property name="title">
 | |
|               <string>Reading</string>
 | |
|              </property>
 | |
|              <layout class="QGridLayout" name="gridLayout_3">
 | |
|               <item row="2" column="0">
 | |
|                <layout class="QVBoxLayout" name="verticalLayout_3">
 | |
|                 <item>
 | |
|                  <layout class="QHBoxLayout" name="horizontalLayout_6">
 | |
|                   <item>
 | |
|                    <widget class="QCheckBox" name="hideScrollBars">
 | |
|                     <property name="toolTip">
 | |
|                      <string>Horizontal scrolling with Alt + Scroll
 | |
| Reopen book to see changes</string>
 | |
|                     </property>
 | |
|                     <property name="text">
 | |
|                      <string>Hide scrollbars when reading</string>
 | |
|                     </property>
 | |
|                    </widget>
 | |
|                   </item>
 | |
|                   <item>
 | |
|                    <widget class="QCheckBox" name="cachingEnabled">
 | |
|                     <property name="toolTip">
 | |
|                      <string>Greatly reduces page transition time at the cost of more memory</string>
 | |
|                     </property>
 | |
|                     <property name="text">
 | |
|                      <string>Cache comic / pdf pages</string>
 | |
|                     </property>
 | |
|                    </widget>
 | |
|                   </item>
 | |
|                  </layout>
 | |
|                 </item>
 | |
|                 <item>
 | |
|                  <layout class="QHBoxLayout" name="horizontalLayout_8">
 | |
|                   <item>
 | |
|                    <layout class="QHBoxLayout" name="horizontalLayout_5">
 | |
|                     <item>
 | |
|                      <widget class="QLabel" name="languageLabel">
 | |
|                       <property name="sizePolicy">
 | |
|                        <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
 | |
|                         <horstretch>0</horstretch>
 | |
|                         <verstretch>0</verstretch>
 | |
|                        </sizepolicy>
 | |
|                       </property>
 | |
|                       <property name="text">
 | |
|                        <string>Dictionary language</string>
 | |
|                       </property>
 | |
|                       <property name="alignment">
 | |
|                        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
 | |
|                       </property>
 | |
|                      </widget>
 | |
|                     </item>
 | |
|                     <item>
 | |
|                      <widget class="QComboBox" name="languageBox"/>
 | |
|                     </item>
 | |
|                    </layout>
 | |
|                   </item>
 | |
|                   <item>
 | |
|                    <layout class="QHBoxLayout" name="horizontalLayout">
 | |
|                     <item>
 | |
|                      <widget class="QLabel" name="scrollSpeedLabel">
 | |
|                       <property name="sizePolicy">
 | |
|                        <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
 | |
|                         <horstretch>0</horstretch>
 | |
|                         <verstretch>0</verstretch>
 | |
|                        </sizepolicy>
 | |
|                       </property>
 | |
|                       <property name="text">
 | |
|                        <string>Scroll speed</string>
 | |
|                       </property>
 | |
|                      </widget>
 | |
|                     </item>
 | |
|                     <item>
 | |
|                      <widget class="QSlider" name="scrollSpeedSlider">
 | |
|                       <property name="sizePolicy">
 | |
|                        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | |
|                         <horstretch>0</horstretch>
 | |
|                         <verstretch>0</verstretch>
 | |
|                        </sizepolicy>
 | |
|                       </property>
 | |
|                       <property name="minimum">
 | |
|                        <number>3</number>
 | |
|                       </property>
 | |
|                       <property name="maximum">
 | |
|                        <number>15</number>
 | |
|                       </property>
 | |
|                       <property name="orientation">
 | |
|                        <enum>Qt::Horizontal</enum>
 | |
|                       </property>
 | |
|                      </widget>
 | |
|                     </item>
 | |
|                    </layout>
 | |
|                   </item>
 | |
|                  </layout>
 | |
|                 </item>
 | |
|                </layout>
 | |
|               </item>
 | |
|              </layout>
 | |
|             </widget>
 | |
|            </item>
 | |
|           </layout>
 | |
|          </item>
 | |
|          <item row="1" column="0">
 | |
|           <spacer name="verticalSpacer">
 | |
|            <property name="orientation">
 | |
|             <enum>Qt::Vertical</enum>
 | |
|            </property>
 | |
|            <property name="sizeHint" stdset="0">
 | |
|             <size>
 | |
|              <width>20</width>
 | |
|              <height>40</height>
 | |
|             </size>
 | |
|            </property>
 | |
|           </spacer>
 | |
|          </item>
 | |
|         </layout>
 | |
|        </widget>
 | |
|        <widget class="QWidget" name="annotationsPage">
 | |
|         <layout class="QGridLayout" name="gridLayout_7">
 | |
|          <item row="0" column="0">
 | |
|           <widget class="QTabWidget" name="tabWidget">
 | |
|            <property name="currentIndex">
 | |
|             <number>0</number>
 | |
|            </property>
 | |
|            <widget class="QWidget" name="textTab">
 | |
|             <attribute name="title">
 | |
|              <string>Text</string>
 | |
|             </attribute>
 | |
|             <layout class="QGridLayout" name="gridLayout_8">
 | |
|              <item row="0" column="0">
 | |
|               <layout class="QVBoxLayout" name="verticalLayout_5">
 | |
|                <item>
 | |
|                 <layout class="QHBoxLayout" name="horizontalLayout_11">
 | |
|                  <item>
 | |
|                   <layout class="QVBoxLayout" name="verticalLayout_6">
 | |
|                    <item>
 | |
|                     <spacer name="verticalSpacer_2">
 | |
|                      <property name="orientation">
 | |
|                       <enum>Qt::Vertical</enum>
 | |
|                      </property>
 | |
|                      <property name="sizeHint" stdset="0">
 | |
|                       <size>
 | |
|                        <width>20</width>
 | |
|                        <height>40</height>
 | |
|                       </size>
 | |
|                      </property>
 | |
|                     </spacer>
 | |
|                    </item>
 | |
|                    <item>
 | |
|                     <widget class="QPushButton" name="newAnnotation">
 | |
|                      <property name="sizePolicy">
 | |
|                       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | |
|                        <horstretch>0</horstretch>
 | |
|                        <verstretch>0</verstretch>
 | |
|                       </sizepolicy>
 | |
|                      </property>
 | |
|                      <property name="minimumSize">
 | |
|                       <size>
 | |
|                        <width>30</width>
 | |
|                        <height>0</height>
 | |
|                       </size>
 | |
|                      </property>
 | |
|                      <property name="maximumSize">
 | |
|                       <size>
 | |
|                        <width>45</width>
 | |
|                        <height>16777215</height>
 | |
|                       </size>
 | |
|                      </property>
 | |
|                      <property name="toolTip">
 | |
|                       <string>New</string>
 | |
|                      </property>
 | |
|                      <property name="text">
 | |
|                       <string/>
 | |
|                      </property>
 | |
|                     </widget>
 | |
|                    </item>
 | |
|                    <item>
 | |
|                     <widget class="QPushButton" name="deleteAnnotation">
 | |
|                      <property name="sizePolicy">
 | |
|                       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | |
|                        <horstretch>0</horstretch>
 | |
|                        <verstretch>0</verstretch>
 | |
|                       </sizepolicy>
 | |
|                      </property>
 | |
|                      <property name="minimumSize">
 | |
|                       <size>
 | |
|                        <width>30</width>
 | |
|                        <height>0</height>
 | |
|                       </size>
 | |
|                      </property>
 | |
|                      <property name="maximumSize">
 | |
|                       <size>
 | |
|                        <width>45</width>
 | |
|                        <height>16777215</height>
 | |
|                       </size>
 | |
|                      </property>
 | |
|                      <property name="toolTip">
 | |
|                       <string>Delete</string>
 | |
|                      </property>
 | |
|                      <property name="text">
 | |
|                       <string/>
 | |
|                      </property>
 | |
|                     </widget>
 | |
|                    </item>
 | |
|                    <item>
 | |
|                     <widget class="QPushButton" name="editAnnotation">
 | |
|                      <property name="sizePolicy">
 | |
|                       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | |
|                        <horstretch>0</horstretch>
 | |
|                        <verstretch>0</verstretch>
 | |
|                       </sizepolicy>
 | |
|                      </property>
 | |
|                      <property name="minimumSize">
 | |
|                       <size>
 | |
|                        <width>30</width>
 | |
|                        <height>0</height>
 | |
|                       </size>
 | |
|                      </property>
 | |
|                      <property name="maximumSize">
 | |
|                       <size>
 | |
|                        <width>45</width>
 | |
|                        <height>16777215</height>
 | |
|                       </size>
 | |
|                      </property>
 | |
|                      <property name="toolTip">
 | |
|                       <string>Edit</string>
 | |
|                      </property>
 | |
|                      <property name="text">
 | |
|                       <string/>
 | |
|                      </property>
 | |
|                     </widget>
 | |
|                    </item>
 | |
|                    <item>
 | |
|                     <widget class="QPushButton" name="moveUp">
 | |
|                      <property name="sizePolicy">
 | |
|                       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | |
|                        <horstretch>0</horstretch>
 | |
|                        <verstretch>0</verstretch>
 | |
|                       </sizepolicy>
 | |
|                      </property>
 | |
|                      <property name="minimumSize">
 | |
|                       <size>
 | |
|                        <width>30</width>
 | |
|                        <height>0</height>
 | |
|                       </size>
 | |
|                      </property>
 | |
|                      <property name="maximumSize">
 | |
|                       <size>
 | |
|                        <width>45</width>
 | |
|                        <height>16777215</height>
 | |
|                       </size>
 | |
|                      </property>
 | |
|                      <property name="toolTip">
 | |
|                       <string>Move Up</string>
 | |
|                      </property>
 | |
|                      <property name="text">
 | |
|                       <string/>
 | |
|                      </property>
 | |
|                     </widget>
 | |
|                    </item>
 | |
|                    <item>
 | |
|                     <widget class="QPushButton" name="moveDown">
 | |
|                      <property name="sizePolicy">
 | |
|                       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | |
|                        <horstretch>0</horstretch>
 | |
|                        <verstretch>0</verstretch>
 | |
|                       </sizepolicy>
 | |
|                      </property>
 | |
|                      <property name="minimumSize">
 | |
|                       <size>
 | |
|                        <width>30</width>
 | |
|                        <height>0</height>
 | |
|                       </size>
 | |
|                      </property>
 | |
|                      <property name="maximumSize">
 | |
|                       <size>
 | |
|                        <width>45</width>
 | |
|                        <height>16777215</height>
 | |
|                       </size>
 | |
|                      </property>
 | |
|                      <property name="toolTip">
 | |
|                       <string>Move Down</string>
 | |
|                      </property>
 | |
|                      <property name="text">
 | |
|                       <string/>
 | |
|                      </property>
 | |
|                     </widget>
 | |
|                    </item>
 | |
|                    <item>
 | |
|                     <spacer name="verticalSpacer_3">
 | |
|                      <property name="orientation">
 | |
|                       <enum>Qt::Vertical</enum>
 | |
|                      </property>
 | |
|                      <property name="sizeHint" stdset="0">
 | |
|                       <size>
 | |
|                        <width>20</width>
 | |
|                        <height>40</height>
 | |
|                       </size>
 | |
|                      </property>
 | |
|                     </spacer>
 | |
|                    </item>
 | |
|                   </layout>
 | |
|                  </item>
 | |
|                  <item>
 | |
|                   <widget class="QListView" name="annotationsList">
 | |
|                    <property name="editTriggers">
 | |
|                     <set>QAbstractItemView::NoEditTriggers</set>
 | |
|                    </property>
 | |
|                    <property name="showDropIndicator" stdset="0">
 | |
|                     <bool>false</bool>
 | |
|                    </property>
 | |
|                    <property name="defaultDropAction">
 | |
|                     <enum>Qt::IgnoreAction</enum>
 | |
|                    </property>
 | |
|                   </widget>
 | |
|                  </item>
 | |
|                 </layout>
 | |
|                </item>
 | |
|               </layout>
 | |
|              </item>
 | |
|              <item row="1" column="0">
 | |
|               <layout class="QHBoxLayout" name="horizontalLayout_2">
 | |
|                <item>
 | |
|                 <widget class="QTextBrowser" name="previewView">
 | |
|                  <property name="sizePolicy">
 | |
|                   <sizepolicy hsizetype="Expanding" vsizetype="Maximum">
 | |
|                    <horstretch>0</horstretch>
 | |
|                    <verstretch>0</verstretch>
 | |
|                   </sizepolicy>
 | |
|                  </property>
 | |
|                  <property name="maximumSize">
 | |
|                   <size>
 | |
|                    <width>16777215</width>
 | |
|                    <height>100</height>
 | |
|                   </size>
 | |
|                  </property>
 | |
|                  <property name="focusPolicy">
 | |
|                   <enum>Qt::NoFocus</enum>
 | |
|                  </property>
 | |
|                 </widget>
 | |
|                </item>
 | |
|               </layout>
 | |
|              </item>
 | |
|             </layout>
 | |
|            </widget>
 | |
|            <widget class="QWidget" name="imageTab">
 | |
|             <attribute name="title">
 | |
|              <string>Image</string>
 | |
|             </attribute>
 | |
|            </widget>
 | |
|           </widget>
 | |
|          </item>
 | |
|         </layout>
 | |
|        </widget>
 | |
|        <widget class="QWidget" name="aboutPage">
 | |
|         <layout class="QGridLayout" name="gridLayout_6">
 | |
|          <item row="0" column="0">
 | |
|           <widget class="QTextBrowser" name="aboutBox">
 | |
|            <property name="openExternalLinks">
 | |
|             <bool>true</bool>
 | |
|            </property>
 | |
|            <property name="openLinks">
 | |
|             <bool>false</bool>
 | |
|            </property>
 | |
|           </widget>
 | |
|          </item>
 | |
|         </layout>
 | |
|        </widget>
 | |
|       </widget>
 | |
|      </item>
 | |
|      <item>
 | |
|       <layout class="QHBoxLayout" name="horizontalLayout_10">
 | |
|        <item>
 | |
|         <spacer name="horizontalSpacer">
 | |
|          <property name="orientation">
 | |
|           <enum>Qt::Horizontal</enum>
 | |
|          </property>
 | |
|          <property name="sizeHint" stdset="0">
 | |
|           <size>
 | |
|            <width>40</width>
 | |
|            <height>20</height>
 | |
|           </size>
 | |
|          </property>
 | |
|         </spacer>
 | |
|        </item>
 | |
|        <item>
 | |
|         <widget class="QPushButton" name="okButton">
 | |
|          <property name="text">
 | |
|           <string>Scan Library</string>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item>
 | |
|         <widget class="QPushButton" name="cancelButton">
 | |
|          <property name="text">
 | |
|           <string>Close</string>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|       </layout>
 | |
|      </item>
 | |
|     </layout>
 | |
|    </item>
 | |
|   </layout>
 | |
|  </widget>
 | |
|  <resources/>
 | |
|  <connections/>
 | |
| </ui>
 |