From c138ec3aebe4dc894600e0eabccf1659f2b5a838 Mon Sep 17 00:00:00 2001 From: Pranav P Date: Wed, 3 May 2023 13:35:10 +0530 Subject: Changed ngspice simulation progressbar design --- src/progressBar/progressBar.ui | 150 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 src/progressBar/progressBar.ui (limited to 'src/progressBar/progressBar.ui') diff --git a/src/progressBar/progressBar.ui b/src/progressBar/progressBar.ui new file mode 100644 index 00000000..142decea --- /dev/null +++ b/src/progressBar/progressBar.ui @@ -0,0 +1,150 @@ + + + Form + + + + 0 + 0 + 1244 + 644 + + + + Form + + + + + 10 + 10 + 1131 + 481 + + + + + QLayout::SetDefaultConstraint + + + 15 + + + 15 + + + 15 + + + 15 + + + + + 6 + + + 0 + + + + + + 0 + 0 + + + + + 16777215 + 35 + + + + QProgressBar::chunk { + background-color: rgb(54,158,225); +} + + + 0 + + + -1 + + + + + + + + + + + 16777215 + 35 + + + + Cancel Simulation + + + + + + + + 0 + 0 + + + + + 35 + 35 + + + + + + + + + + + + + + 0 + 0 + + + + + 0 + 400 + + + + QTextEdit { + background-color: rgb(36, 31, 49); + color: white; +} + + + <!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:'Ubuntu'; font-size:11pt; 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;">The quick brown fox jumped over the lazy dog</p></body></html> + + + Qt::NoTextInteraction + + + + + + + + + -- cgit