Home
last modified time | relevance | path

Searched refs:progressBar (Results 126 – 150 of 1760) sorted by relevance

12345678910>>...71

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalProgressBarUI.java81 if (progressBar.isBorderPainted()) { in paintDeterminate()
82 Insets b = progressBar.getInsets(); // area for border in paintDeterminate()
83 int barRectWidth = progressBar.getWidth() - (b.left + b.right); in paintDeterminate()
84 int barRectHeight = progressBar.getHeight() - (b.top + b.bottom); in paintDeterminate()
100 if (progressBar.getOrientation() == JProgressBar.HORIZONTAL) { in paintDeterminate()
115 if (progressBar.getPercentComplete() != 1.f) { in paintDeterminate()
139 if (progressBar.getPercentComplete() == 1.f) { in paintDeterminate()
161 Insets b = progressBar.getInsets(); // area for border in paintIndeterminate()
162 int barRectWidth = progressBar.getWidth() - (b.left + b.right); in paintIndeterminate()
163 int barRectHeight = progressBar.getHeight() - (b.top + b.bottom); in paintIndeterminate()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalProgressBarUI.java81 if (progressBar.isBorderPainted()) { in paintDeterminate()
82 Insets b = progressBar.getInsets(); // area for border in paintDeterminate()
83 int barRectWidth = progressBar.getWidth() - (b.left + b.right); in paintDeterminate()
84 int barRectHeight = progressBar.getHeight() - (b.top + b.bottom); in paintDeterminate()
100 if (progressBar.getOrientation() == JProgressBar.HORIZONTAL) { in paintDeterminate()
115 if (progressBar.getPercentComplete() != 1.f) { in paintDeterminate()
139 if (progressBar.getPercentComplete() == 1.f) { in paintDeterminate()
161 Insets b = progressBar.getInsets(); // area for border in paintIndeterminate()
162 int barRectWidth = progressBar.getWidth() - (b.left + b.right); in paintIndeterminate()
163 int barRectHeight = progressBar.getHeight() - (b.top + b.bottom); in paintIndeterminate()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalProgressBarUI.java76 if (progressBar.isBorderPainted()) { in paintDeterminate()
77 Insets b = progressBar.getInsets(); // area for border in paintDeterminate()
78 int barRectWidth = progressBar.getWidth() - (b.left + b.right); in paintDeterminate()
79 int barRectHeight = progressBar.getHeight() - (b.top + b.bottom); in paintDeterminate()
95 if (progressBar.getOrientation() == JProgressBar.HORIZONTAL) { in paintDeterminate()
110 if (progressBar.getPercentComplete() != 1.f) { in paintDeterminate()
134 if (progressBar.getPercentComplete() == 1.f) { in paintDeterminate()
156 Insets b = progressBar.getInsets(); // area for border in paintIndeterminate()
157 int barRectWidth = progressBar.getWidth() - (b.left + b.right); in paintIndeterminate()
158 int barRectHeight = progressBar.getHeight() - (b.top + b.bottom); in paintIndeterminate()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalProgressBarUI.java76 if (progressBar.isBorderPainted()) { in paintDeterminate()
77 Insets b = progressBar.getInsets(); // area for border in paintDeterminate()
78 int barRectWidth = progressBar.getWidth() - (b.left + b.right); in paintDeterminate()
79 int barRectHeight = progressBar.getHeight() - (b.top + b.bottom); in paintDeterminate()
95 if (progressBar.getOrientation() == JProgressBar.HORIZONTAL) { in paintDeterminate()
110 if (progressBar.getPercentComplete() != 1.f) { in paintDeterminate()
134 if (progressBar.getPercentComplete() == 1.f) { in paintDeterminate()
156 Insets b = progressBar.getInsets(); // area for border in paintIndeterminate()
157 int barRectWidth = progressBar.getWidth() - (b.left + b.right); in paintIndeterminate()
158 int barRectHeight = progressBar.getHeight() - (b.top + b.bottom); in paintIndeterminate()
[all …]
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/qt/
H A Dpreview_file_dialog.cpp77 progressBar = new MyProgressBar(this); in PreviewFileDialog()
78 progressBar->setMaximum(1000); in PreviewFileDialog()
79 progressBar->setAlignment(Qt::AlignCenter); in PreviewFileDialog()
80 progressBar->hide(); in PreviewFileDialog()
92 vBoxLayout->addWidget(progressBar); in PreviewFileDialog()
145 progressBar->show(); in OnCurrentChanged()
212 if (!progressBar->isVisible()) progressBar->setVisible(true); in slotUpdateProgressAndStatus()
213 progressBar->setValue(int(progress * 1000.0)); in slotUpdateProgressAndStatus()
214 progressBar->setTextVisible(true); in slotUpdateProgressAndStatus()
215 progressBar->setFormat(progressText); in slotUpdateProgressAndStatus()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalProgressBarUI.java69 if (progressBar.isBorderPainted()) { in paintDeterminate()
70 Insets b = progressBar.getInsets(); // area for border in paintDeterminate()
71 int barRectWidth = progressBar.getWidth() - (b.left + b.right); in paintDeterminate()
72 int barRectHeight = progressBar.getHeight() - (b.top + b.bottom); in paintDeterminate()
88 if (progressBar.getOrientation() == JProgressBar.HORIZONTAL) { in paintDeterminate()
103 if (progressBar.getPercentComplete() != 1.f) { in paintDeterminate()
127 if (progressBar.getPercentComplete() == 1.f) { in paintDeterminate()
149 Insets b = progressBar.getInsets(); // area for border in paintIndeterminate()
150 int barRectWidth = progressBar.getWidth() - (b.left + b.right); in paintIndeterminate()
151 int barRectHeight = progressBar.getHeight() - (b.top + b.bottom); in paintIndeterminate()
[all …]
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/
H A Dsamplechecker.cpp36 progressBar->setFormat(tr("Idle")); in SampleChecker()
37 progressBar->setRange(-1, -1); in SampleChecker()
38 progressBar->setValue(-1); in SampleChecker()
107 progressBar->setValue(0); in verify()
166 progressBar->setValue(-1); in verify()
196 progressBar->setValue(0); in verify()
203 progressBar->setValue(i + 1); in verify()
285 progressBar->setValue(-1); in verify()
291 progressBar->setRange(0, 0); in verifyObsolete()
292 progressBar->setValue(-1); in verifyObsolete()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/JProgressBar/8015748/
H A DJProgressBarOrientationRobotTest.java46 private static JProgressBar progressBar; field in JProgressBarOrientationRobotTest
99 progressBar = new JProgressBar(); in createUI()
100 progressBar.setValue(30); in createUI()
103 frame.getContentPane().add(progressBar); in createUI()
118 progressBar.applyComponentOrientation( in createLTR()
120 progressBar.repaint(); in createLTR()
130 progressBar.applyComponentOrientation( in createRTL()
132 progressBar.repaint(); in createRTL()
138 Point centerPoint = Util.getCenterPoint(progressBar); in runTestCase()
141 (centerPoint.x + progressBar.getWidth() / 2 - widthBuffer), in runTestCase()
[all …]
/dports/multimedia/zart/gmic-2.8.1/gmic-qt/src/Widgets/
H A DProgressInfoWindow.cpp50 ui->progressBar->setRange(0, 100); in ProgressInfoWindow()
51 ui->progressBar->setValue(100); in ProgressInfoWindow()
120 ui->progressBar->setInvertedAppearance(false); in onProgress()
121 ui->progressBar->setTextVisible(true); in onProgress()
122 ui->progressBar->setValue((int)progress); in onProgress()
124 ui->progressBar->setTextVisible(false); in onProgress()
125 int value = ui->progressBar->value(); in onProgress()
128 ui->progressBar->setValue(value - 100); in onProgress()
129 ui->progressBar->setInvertedAppearance(!ui->progressBar->invertedAppearance()); in onProgress()
131 ui->progressBar->setValue(value); in onProgress()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/swing/JProgressBar/8015748/
H A DJProgressBarOrientationRobotTest.java46 private static JProgressBar progressBar; field in JProgressBarOrientationRobotTest
99 progressBar = new JProgressBar(); in createUI()
100 progressBar.setValue(30); in createUI()
103 frame.getContentPane().add(progressBar); in createUI()
118 progressBar.applyComponentOrientation( in createLTR()
120 progressBar.repaint(); in createLTR()
130 progressBar.applyComponentOrientation( in createRTL()
132 progressBar.repaint(); in createRTL()
138 Point centerPoint = Util.getCenterPoint(progressBar); in runTestCase()
141 (centerPoint.x + progressBar.getWidth() / 2 - widthBuffer), in runTestCase()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/swing/JProgressBar/8015748/
H A DJProgressBarOrientationRobotTest.java46 private static JProgressBar progressBar; field in JProgressBarOrientationRobotTest
99 progressBar = new JProgressBar(); in createUI()
100 progressBar.setValue(30); in createUI()
103 frame.getContentPane().add(progressBar); in createUI()
118 progressBar.applyComponentOrientation( in createLTR()
120 progressBar.repaint(); in createLTR()
130 progressBar.applyComponentOrientation( in createRTL()
132 progressBar.repaint(); in createRTL()
138 Point centerPoint = Util.getCenterPoint(progressBar); in runTestCase()
141 (centerPoint.x + progressBar.getWidth() / 2 - widthBuffer), in runTestCase()
[all …]
/dports/graphics/gmic-qt/gmic-qt-v.2.9.8/src/Widgets/
H A DProgressInfoWindow.cpp53 ui->progressBar->setRange(0, 100); in ProgressInfoWindow()
54 ui->progressBar->setValue(100); in ProgressInfoWindow()
123 ui->progressBar->setInvertedAppearance(false); in onProgress()
124 ui->progressBar->setTextVisible(true); in onProgress()
125 ui->progressBar->setValue((int)progress); in onProgress()
127 ui->progressBar->setTextVisible(false); in onProgress()
128 int value = ui->progressBar->value(); in onProgress()
131 ui->progressBar->setValue(value - 100); in onProgress()
132 ui->progressBar->setInvertedAppearance(!ui->progressBar->invertedAppearance()); in onProgress()
134 ui->progressBar->setValue(value); in onProgress()
/dports/graphics/gmic/gmic-3.0.0/gmic-qt/src/Widgets/
H A DProgressInfoWindow.cpp53 ui->progressBar->setRange(0, 100); in ProgressInfoWindow()
54 ui->progressBar->setValue(100); in ProgressInfoWindow()
123 ui->progressBar->setInvertedAppearance(false); in onProgress()
124 ui->progressBar->setTextVisible(true); in onProgress()
125 ui->progressBar->setValue((int)progress); in onProgress()
127 ui->progressBar->setTextVisible(false); in onProgress()
128 int value = ui->progressBar->value(); in onProgress()
131 ui->progressBar->setValue(value - 100); in onProgress()
132 ui->progressBar->setInvertedAppearance(!ui->progressBar->invertedAppearance()); in onProgress()
134 ui->progressBar->setValue(value); in onProgress()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/swing/JProgressBar/8015748/
H A DJProgressBarOrientationRobotTest.java46 private static JProgressBar progressBar; field in JProgressBarOrientationRobotTest
99 progressBar = new JProgressBar(); in createUI()
100 progressBar.setValue(30); in createUI()
103 frame.getContentPane().add(progressBar); in createUI()
118 progressBar.applyComponentOrientation( in createLTR()
120 progressBar.repaint(); in createLTR()
130 progressBar.applyComponentOrientation( in createRTL()
132 progressBar.repaint(); in createRTL()
138 Point centerPoint = Util.getCenterPoint(progressBar); in runTestCase()
141 (centerPoint.x + progressBar.getWidth() / 2 - widthBuffer), in runTestCase()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/swing/JProgressBar/8015748/
H A DJProgressBarOrientationRobotTest.java46 private static JProgressBar progressBar; field in JProgressBarOrientationRobotTest
99 progressBar = new JProgressBar(); in createUI()
100 progressBar.setValue(30); in createUI()
103 frame.getContentPane().add(progressBar); in createUI()
118 progressBar.applyComponentOrientation( in createLTR()
120 progressBar.repaint(); in createLTR()
130 progressBar.applyComponentOrientation( in createRTL()
132 progressBar.repaint(); in createRTL()
138 Point centerPoint = Util.getCenterPoint(progressBar); in runTestCase()
141 (centerPoint.x + progressBar.getWidth() / 2 - widthBuffer), in runTestCase()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/JProgressBar/8015748/
H A DJProgressBarOrientationRobotTest.java46 private static JProgressBar progressBar; field in JProgressBarOrientationRobotTest
99 progressBar = new JProgressBar(); in createUI()
100 progressBar.setValue(30); in createUI()
103 frame.getContentPane().add(progressBar); in createUI()
118 progressBar.applyComponentOrientation( in createLTR()
120 progressBar.repaint(); in createLTR()
130 progressBar.applyComponentOrientation( in createRTL()
132 progressBar.repaint(); in createRTL()
138 Point centerPoint = Util.getCenterPoint(progressBar); in runTestCase()
141 (centerPoint.x + progressBar.getWidth() / 2 - widthBuffer), in runTestCase()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/swing/JProgressBar/8015748/
H A DJProgressBarOrientationRobotTest.java46 private static JProgressBar progressBar; field in JProgressBarOrientationRobotTest
99 progressBar = new JProgressBar(); in createUI()
100 progressBar.setValue(30); in createUI()
103 frame.getContentPane().add(progressBar); in createUI()
118 progressBar.applyComponentOrientation( in createLTR()
120 progressBar.repaint(); in createLTR()
130 progressBar.applyComponentOrientation( in createRTL()
132 progressBar.repaint(); in createRTL()
138 Point centerPoint = Util.getCenterPoint(progressBar); in runTestCase()
141 (centerPoint.x + progressBar.getWidth() / 2 - widthBuffer), in runTestCase()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/swing/JProgressBar/8015748/
H A DJProgressBarOrientationRobotTest.java46 private static JProgressBar progressBar; field in JProgressBarOrientationRobotTest
99 progressBar = new JProgressBar(); in createUI()
100 progressBar.setValue(30); in createUI()
103 frame.getContentPane().add(progressBar); in createUI()
118 progressBar.applyComponentOrientation( in createLTR()
120 progressBar.repaint(); in createLTR()
130 progressBar.applyComponentOrientation( in createRTL()
132 progressBar.repaint(); in createRTL()
138 Point centerPoint = Util.getCenterPoint(progressBar); in runTestCase()
141 (centerPoint.x + progressBar.getWidth() / 2 - widthBuffer), in runTestCase()
[all …]
/dports/comms/klog/klog-1.8.5/src/
H A Dstartwizard.cpp946 progressBar = new QProgressBar; in CTYPage()
947 progressBar->setEnabled(false); in CTYPage()
994 progressBar->setValue(received); in slotUpdateDownloadProgress()
1001 progressBar->setEnabled(true); in slotDownloadButtonClicked()
1002 progressBar->reset(); in slotDownloadButtonClicked()
1003 progressBar->setRange(0, 0); in slotDownloadButtonClicked()
1013 progressBar->setEnabled(false); in slotIgnoreDownloadButtonClicked()
1049 progressBar->setEnabled(false); in slotDownloadError()
1080 progressBar->reset(); in slotStopProgressBar()
1081 progressBar->setRange(0,1); in slotStopProgressBar()
[all …]
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/cmd/
H A Dprogress-bar.go33 type progressBar struct { struct
85 func newProgressBar(total int64) *progressBar {
89 pgbar := progressBar{}
135 func (p *progressBar) SetCaption(caption string) *progressBar { argument
141 func (p *progressBar) Set64(length int64) *progressBar { argument
146 func (p *progressBar) Read(buf []byte) (n int, err error) { argument
159 func (p *progressBar) SetTotal(total int64) { argument
/dports/devel/easyloggingpp/easyloggingpp-9.97.0/samples/Qt/file-splitter-joiner/
H A Dsplitablefiledelegate.cpp16 QStyleOptionProgressBarV2 progressBar; in paint() local
17 progressBar.rect = option.rect; in paint()
18 progressBar.minimum = 0; in paint()
19 progressBar.maximum = 100; in paint()
20 progressBar.progress = currProgress; in paint()
21 progressBar.text = QString::number(currProgress) + "%"; in paint()
22 progressBar.textVisible = true; in paint()
25 &progressBar, painter); in paint()
/dports/sysutils/fusefs-encfs/encfs-1.9.5/vendor/github.com/muflihun/easyloggingpp/samples/Qt/file-splitter-joiner/
H A Dsplitablefiledelegate.cpp16 QStyleOptionProgressBarV2 progressBar; in paint() local
17 progressBar.rect = option.rect; in paint()
18 progressBar.minimum = 0; in paint()
19 progressBar.maximum = 100; in paint()
20 progressBar.progress = currProgress; in paint()
21 progressBar.text = QString::number(currProgress) + "%"; in paint()
22 progressBar.textVisible = true; in paint()
25 &progressBar, painter); in paint()
/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/gui/
H A DSatellitesImportDialog.cpp44 , progressBar(Q_NULLPTR) in SatellitesImportDialog()
56 if (progressBar) in ~SatellitesImportDialog()
59 progressBar = Q_NULLPTR; in ~SatellitesImportDialog()
148 if (progressBar == nullptr) in getData()
150 progressBar->setValue(0); in getData()
151 progressBar->setRange(0, sourceUrls.size()); in getData()
210 if (progressBar) in receiveDownload()
235 if (progressBar) in receiveDownload()
238 progressBar = Q_NULLPTR; in receiveDownload()
325 if (progressBar) in reset()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/plugins/offline_editing/
H A Doffline_editing_progress_dialog.cpp35 progressBar->reset(); in setCurrentLayer()
40 progressBar->setFormat( format ); in setupProgressBar()
41 progressBar->setRange( 0, maximum ); in setupProgressBar()
42 progressBar->reset(); in setupProgressBar()
54 if ( value == progressBar->maximum() || value % mProgressUpdate == 0 ) in setProgressValue()
56 progressBar->setValue( value ); in setProgressValue()
/dports/graphics/qgis/qgis-3.22.3/src/plugins/offline_editing/
H A Doffline_editing_progress_dialog.cpp35 progressBar->reset(); in setCurrentLayer()
40 progressBar->setFormat( format ); in setupProgressBar()
41 progressBar->setRange( 0, maximum ); in setupProgressBar()
42 progressBar->reset(); in setupProgressBar()
54 if ( value == progressBar->maximum() || value % mProgressUpdate == 0 ) in setProgressValue()
56 progressBar->setValue( value ); in setProgressValue()

12345678910>>...71