Home
last modified time | relevance | path

Searched refs:progressBarWidth (Results 1 – 25 of 39) sorted by relevance

12

/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/tests/components/
H A Dprogressbar3.qml14 property int progressBarWidth: testProgressBar.width
64 Layout.preferredWidth: progressBarWidth
90 Layout.preferredWidth: progressBarWidth
103 Layout.preferredWidth: progressBarWidth
116 Layout.preferredWidth: progressBarWidth
129 Layout.preferredWidth: progressBarWidth
142 Layout.preferredWidth: progressBarWidth
154 Layout.preferredWidth: progressBarWidth
167 Layout.preferredWidth: progressBarWidth
H A Dprogressbar.qml16 property int progressBarWidth: testProgressBar.width
69 Layout.preferredWidth: progressBarWidth
97 Layout.preferredWidth: progressBarWidth
111 Layout.preferredWidth: progressBarWidth
125 Layout.preferredWidth: progressBarWidth
139 Layout.preferredWidth: progressBarWidth
153 Layout.preferredWidth: progressBarWidth
166 Layout.preferredWidth: progressBarWidth
/dports/devel/zeal/zeal-0.6.1/src/libs/ui/
H A Dprogressitemdelegate.cpp54 styleOption.rect.setRight(styleOption.rect.right() - progressBarWidth);
58 renderer->resize(progressBarWidth, styleOption.rect.height());
H A Dprogressitemdelegate.h48 static const int progressBarWidth = 150;
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/extras/Styles/Flat/
H A DDelayButtonStyle.qml58 readonly property real progressBarWidth: Math.round(4 * FlatStyle.scaleFactor)
189 anchors.margins: privateScope.progressBarWidth + privateScope.progressBarSpacing
214 anchors.margins: privateScope.progressBarWidth + privateScope.progressBarSpacing
225 barWidth: privateScope.progressBarWidth
/dports/multimedia/minitube/minitube-3.9.2/src/
H A Dplaylistitemdelegate.cpp365 int progressBarWidth = line.width() - padding * 4 - 16; in paintDownloadInfo() local
366 progressBar->setMaximumWidth(progressBarWidth); in paintDownloadInfo()
367 progressBar->setMinimumWidth(progressBarWidth); in paintDownloadInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/compositor/overlays/toolbar/
H A DTopToolbarSceneLayer.java93 int progressBarX, int progressBarY, int progressBarWidth, int progressBarHeight, in updateProgressBar() argument
/dports/devel/cmake-gui/cmake-3.22.1/Source/CursesDialog/
H A DcmCursesMainForm.cxx449 constexpr int progressBarWidth = 40; in UpdateProgress() local
450 int progressBarCompleted = static_cast<int>(progressBarWidth * prog); in UpdateProgress()
456 this->LastProgress.append(progressBarWidth - progressBarCompleted, ' '); in UpdateProgress()
/dports/devel/cmake-doc/cmake-3.22.1/Source/CursesDialog/
H A DcmCursesMainForm.cxx449 constexpr int progressBarWidth = 40; in UpdateProgress() local
450 int progressBarCompleted = static_cast<int>(progressBarWidth * prog); in UpdateProgress()
456 this->LastProgress.append(progressBarWidth - progressBarCompleted, ' '); in UpdateProgress()
/dports/devel/cmake/cmake-3.22.1/Source/CursesDialog/
H A DcmCursesMainForm.cxx449 constexpr int progressBarWidth = 40; in UpdateProgress() local
450 int progressBarCompleted = static_cast<int>(progressBarWidth * prog); in UpdateProgress()
456 this->LastProgress.append(progressBarWidth - progressBarCompleted, ' '); in UpdateProgress()
/dports/audio/protracker/pt2-clone-1.37/src/
H A Dpt2_visuals.c1329 const int32_t progressBarWidth = ((percent * 180) + 50) / 100; in updateMOD2WAVDialog() local
1330 if (progressBarWidth > 0) in updateMOD2WAVDialog()
1331 fillRect(70, 42, progressBarWidth, 11, video.palette[PAL_GENBKG2]); // foreground (progress) in updateMOD2WAVDialog()
1334 int32_t bgWidth = 180 - progressBarWidth; in updateMOD2WAVDialog()
1336 fillRect(70+progressBarWidth, 42, bgWidth, 11, video.palette[PAL_BORDER]); in updateMOD2WAVDialog()
/dports/net-im/psi/psi-1.5/src/
H A Dfiletransdlg.cpp1184 dist = progressBarDist(progressBarWidth()); in setProgress()
1223 int progressBarWidth() const in progressBarWidth() function in FileTransItem
/dports/games/scummvm/scummvm-2.5.1/gui/
H A Doptions.cpp1302 uint16 progressBarWidth = 240; in addAchievementsControls() local
1351 …progressBar = new SliderWidget(scrollContainer, lineHeight, lineHeight*2, progressBarWidth, lineHe… in addAchievementsControls()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqgtkstyle.cpp3005 … int progressBarWidth = (int(vc6_workaround) > minWidth ) ? int(vc6_workaround) : minWidth; in drawControl() local
3006 int width = indeterminate ? maxWidth : progressBarWidth; in drawControl()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp1390 const auto progressBarWidth = progressSteps * maxWidth / totalSteps; in drawControl() local
1391 int width = indeterminate ? maxWidth : progressBarWidth; in drawControl()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp1390 const auto progressBarWidth = progressSteps * maxWidth / totalSteps; in drawControl() local
1391 int width = indeterminate ? maxWidth : progressBarWidth; in drawControl()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp1390 const auto progressBarWidth = progressSteps * maxWidth / totalSteps; in drawControl() local
1391 int width = indeterminate ? maxWidth : progressBarWidth; in drawControl()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp1390 const auto progressBarWidth = progressSteps * maxWidth / totalSteps; in drawControl() local
1391 int width = indeterminate ? maxWidth : progressBarWidth; in drawControl()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp1390 const auto progressBarWidth = progressSteps * maxWidth / totalSteps; in drawControl() local
1391 int width = indeterminate ? maxWidth : progressBarWidth; in drawControl()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp1390 const auto progressBarWidth = progressSteps * maxWidth / totalSteps; in drawControl() local
1391 int width = indeterminate ? maxWidth : progressBarWidth; in drawControl()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp1390 const auto progressBarWidth = progressSteps * maxWidth / totalSteps; in drawControl() local
1391 int width = indeterminate ? maxWidth : progressBarWidth; in drawControl()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp1390 const auto progressBarWidth = progressSteps * maxWidth / totalSteps; in drawControl() local
1391 int width = indeterminate ? maxWidth : progressBarWidth; in drawControl()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp1390 const auto progressBarWidth = progressSteps * maxWidth / totalSteps; in drawControl() local
1391 int width = indeterminate ? maxWidth : progressBarWidth; in drawControl()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp1390 const auto progressBarWidth = progressSteps * maxWidth / totalSteps; in drawControl() local
1391 int width = indeterminate ? maxWidth : progressBarWidth; in drawControl()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp1390 const auto progressBarWidth = progressSteps * maxWidth / totalSteps; in drawControl() local
1391 int width = indeterminate ? maxWidth : progressBarWidth; in drawControl()

12