From 7ee008e150bc5bcf76082d726f719ee0fdfda982 Mon Sep 17 00:00:00 2001 From: SulfurNitride Date: Wed, 11 Feb 2026 02:37:39 -0600 Subject: Fluorine Manager: full Linux port of Mod Organizer 2 Complete native Linux port with FUSE-based virtual filesystem, Proton/umu-run integration, and Flatpak packaging. Key features: - FUSE VFS replacing Windows USVFS (in-process + standalone helper for Flatpak) - Proton/GE-Proton/umu-run launcher with env var forwarding - Flatpak support (sandbox-aware VFS, NXM handler, umu-run) - Wine prefix management UI - Case-insensitive path resolution for Linux filesystems - QSettings-safe INI handling (avoids Bethesda INI corruption) - Portable instance support with auto-generated launcher scripts Co-Authored-By: Claude Opus 4.6 --- libs/installer_manual/src/installdialog.ui | 162 +++++++++++++++++++++++++++++ 1 file changed, 162 insertions(+) create mode 100644 libs/installer_manual/src/installdialog.ui (limited to 'libs/installer_manual/src/installdialog.ui') diff --git a/libs/installer_manual/src/installdialog.ui b/libs/installer_manual/src/installdialog.ui new file mode 100644 index 0000000..49a7fdc --- /dev/null +++ b/libs/installer_manual/src/installdialog.ui @@ -0,0 +1,162 @@ + + + InstallDialog + + + + 0 + 0 + 516 + 407 + + + + + 16777215 + 16777215 + + + + Install Mods + + + + + + false + + + + + + + + + + + + + + + 50 + 0 + + + + Name + + + + + + + true + + + + + + + + + Content + + + + + + + Qt::CustomContextMenu + + + Content of the archive. You can change the directory structure by using drag&drop. Hint: Also try right clicking... + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This displays the content of the archive. &lt;data&gt; represents the base directory which will map to the game's data directory. You can change the base directory via the right-click context menu and you can move around files via drag&amp;drop</span></p></body></html> + + + + + + true + + + QAbstractItemView::DragDrop + + + QAbstractItemView::ExtendedSelection + + + false + + + + 1 + + + + + + + + + + + + + + 8 + 75 + true + + + + Placeholder + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + OK + + + + + + + Cancel + + + + + + + + + + ArchiveTreeWidget + QTreeWidget +
archivetree.h
+
+
+ + +
-- cgit v1.3.1