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_fomod/src/fomodscreenshotdialog.ui | 475 ++++++++++++++++++++++ 1 file changed, 475 insertions(+) create mode 100644 libs/installer_fomod/src/fomodscreenshotdialog.ui (limited to 'libs/installer_fomod/src/fomodscreenshotdialog.ui') diff --git a/libs/installer_fomod/src/fomodscreenshotdialog.ui b/libs/installer_fomod/src/fomodscreenshotdialog.ui new file mode 100644 index 0000000..ea1ac9a --- /dev/null +++ b/libs/installer_fomod/src/fomodscreenshotdialog.ui @@ -0,0 +1,475 @@ + + + FomodScreenshotDialog + + + + 0 + 0 + 1020 + 693 + + + + background:none; + + + + 0 + + + 0 + + + 0 + + + 0 + + + + + QFrame#backgroundFrame{background-color: rgba(0,0,0,85%);} + + + + + + 0 + + + + + + 10 + + + + QLabel { color:white; } + + + 001/999 + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + 0 + 0 + + + + + 32 + 32 + + + + + 32 + 32 + + + + PointingHandCursor + + + Qt::NoFocus + + + border:none; + + + + + + + :/MO/gui/resources/CloseButtonIcon.png:/MO/gui/resources/CloseButtonIcon.png + + + false + + + false + + + + + + + + + + + + 0 + 0 + + + + + 75 + 0 + + + + PointingHandCursor + + + Qt::NoFocus + + + QPushButton{border:none; } QPushButton:hover{background-color:rgba(255,255,255,25%); } + + + + + + + :/MO/gui/resources/LeftButtonIcon.png:/MO/gui/resources/LeftButtonIcon.png + + + + 32 + 32 + + + + false + + + + + + + + 0 + 0 + + + + + + + Qt::AlignCenter + + + + + + + + 0 + 0 + + + + + 75 + 0 + + + + PointingHandCursor + + + Qt::NoFocus + + + QPushButton{border:none; } QPushButton:hover{background-color:rgba(255,255,255,25%); } + + + + + + + :/MO/gui/resources/RightButtonIcon.png:/MO/gui/resources/RightButtonIcon.png + + + + 32 + 32 + + + + false + + + false + + + + + + + + + + 0 + 0 + + + + + 12 + + + + QLabel { color:white; } + + + <image name> + + + Qt::AlignCenter + + + + + + + + 0 + 0 + + + + + 16777215 + 100 + + + + QTableWidget { + background-color:transparent; + outline:none; +} + +QTableWidget::item { + selection-background-color:transparent; + background: none; +} + +QScrollBar:horizontal { + border: none; + background-color:transparent; + height: 15px; + margin: 0px 0px 0px 0px; +} +QScrollBar::handle:horizontal { + border-radius: 2px; + background-color: rgba(255,255,255,85%); + min-width: 20px; +} + +QScrollBar::add-line:horizontal { + width: 0px; + subcontrol-position: right; + subcontrol-origin: margin; +} + +QScrollBar::sub-line:horizontal { + width: 0px; + subcontrol-position: left; + subcontrol-origin: margin; +} + +QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal { + background: none; +} + + + QFrame::NoFrame + + + QAbstractItemView::NoEditTriggers + + + QAbstractItemView::SingleSelection + + + QAbstractItemView::SelectColumns + + + + 100 + 80 + + + + false + + + 1 + + + false + + + false + + + + + New Column + + + + + New Column + + + + + New Column + + + + + New Column + + + + + New Column + + + + + New Column + + + + + New Column + + + + + New Column + + + + + New Column + + + + + New Column + + + + + New Column + + + + + New Column + + + + + New Column + + + + + sdf + + + + + ssdf + + + + + sf + + + + + sdf + + + + + sdf + + + + + dsfdf + + + + + sdfsfd + + + + + sdfsdf + + + + + sdfsdf + + + + + sdf + + + + + sdf + + + + + sdf + + + + + sdf + + + + + + + + + + + + ScaleLabel + QLabel +
scalelabel.h
+
+
+ + + + +
-- cgit v1.3.1