style(tool-manager): polish PyQt6 UI and fix dark theme inconsistencies#585
Open
Mausam5055 wants to merge 186 commits into
Open
Conversation
Subckt files for different ICs
Signed-off-by: KirupaNithi <kirupanithi789@gmail.com>
…ample Add Microwatt NGHDL co-simulation example
Fix workspace path newline causing new project creation failure
Subckt files for different ICs
This commit improves the Tool Manager UI layout and explicitly forces light-themed styling to fix visual bugs caused by OS-level dark mode bleeds, without altering any core installation or backend logic. UI Fixes & Improvements: - Wrap "Quick Setup" tab in a QScrollArea to prevent install buttons from being squished or hidden when the installation progress frame appears. - Force white backgrounds on the central QWidget and QTabWidget to remove the thick black horizontal line below the tab navigation. - Apply explicit light-themed stylesheets to the `UninstallWindow` and installation progress frames to fix them rendering as solid black. - De-congest the `ToolManagerGUI` table by increasing row heights, adding cell padding, and enabling alternating row colors for readability. - Re-space and add padding to bottom action buttons for a cleaner layout.
Added install libreadline-dev in Dockerfile
This script installs the latest version of ngspice, including necessary dependencies and configuration steps.
Added a custom spiceinit file for IHP-Open-PDK with environment variable setup and simulation options.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR merges UI layout improvements and bug fixes from the
feature-tool-manager-updates-and-fixesbranch intofeature-tool-manager-integration.The primary goal of these changes is to polish the Tool Manager interface and explicitly enforce a light-themed styling. This resolves visual bugs caused by OS-level dark mode bleeds (such as black backgrounds and lines) without altering any core backend or installation logic.
Summary of Changes
Layout & Usability Improvements:
QScrollArea. This prevents install buttons from being squished or hidden when the installation progress frame appears.ToolManagerGUItable by increasing row heights, adding cell padding, and enabling alternating row colors.Theme & Styling Fixes (Dark Mode Bleeds):
QWidgetandQTabWidgetto remove an unwanted thick black horizontal line below the tab navigation.UninstallWindowand the installation progress frames to fix them rendering incorrectly as solid black on systems with dark mode enabled.Testing Performed
Related Issues