Basic document handling
This commit is contained in:
@@ -73,6 +73,51 @@
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="QWidget" name="librariesTab">
|
||||
<attribute name="title">
|
||||
<string>Libraries</string>
|
||||
</attribute>
|
||||
<layout class="QVBoxLayout" name="librariesTabLayout">
|
||||
<item>
|
||||
<widget class="QLabel" name="libraryPathsLabel">
|
||||
<property name="text">
|
||||
<string>Load library JSON files from these files or folders at startup:</string>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QListWidget" name="libraryPathsList"/>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="libraryPathButtonsLayout">
|
||||
<item>
|
||||
<widget class="QPushButton" name="addLibraryFileButton">
|
||||
<property name="text"><string>Add File…</string></property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="addLibraryFolderButton">
|
||||
<property name="text"><string>Add Folder…</string></property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="removeLibraryPathButton">
|
||||
<property name="text"><string>Remove</string></property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="libraryButtonsSpacer">
|
||||
<property name="orientation"><enum>Qt::Orientation::Horizontal</enum></property>
|
||||
<property name="sizeHint" stdset="0"><size><width>40</width><height>20</height></size></property>
|
||||
</spacer>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
||||
Reference in New Issue
Block a user