fbb04eb2f7
- Changed application entry point to use QApplication for better compatibility with widgets. - Set up QML UI style to support custom button backgrounds. - Introduced LocalSettingsModel and FileBrowser for managing application settings and file selection. - Updated QML components to reflect new data models and improve layout consistency. - Enhanced Theme.qml with detailed comments and improved color management for better readability.
8 lines
392 B
TOML
8 lines
392 B
TOML
# ===== Project Metadata =====
|
|
[project]
|
|
name = "PySide QtQuick Project"
|
|
|
|
# ===== PySide Build Inputs =====
|
|
[tool.pyside6-project]
|
|
files = ["ISC/HomePage.qml", "ISC/Main.qml", "ISC/Tabs/SelectFileDialog.qml", "ISC/Tabs/SettingsTab.qml", "ISC/Tabs/qmldir", "ISC/Theme.qml", "ISC/qmldir", "backend/file_browser.py", "backend/local_settings.py", "backend/local_settings_model.py", "main.py"]
|
|
∑ |