Introduce PageIndicator control#113
Merged
Merged
Conversation
hebasto
approved these changes
Feb 9, 2022
hebasto
pushed a commit
to hebasto/gui-qml
that referenced
this pull request
Jun 7, 2025
Github-Pull: bitcoin-core#113 Rebased-From: 563ee68
hebasto
pushed a commit
to hebasto/gui-qml
that referenced
this pull request
Jun 8, 2025
Github-Pull: bitcoin-core#113 Rebased-From: 563ee68
hebasto
pushed a commit
to hebasto/gui-qml
that referenced
this pull request
Jun 8, 2025
Github-Pull: bitcoin-core#113 Rebased-From: 563ee68
hebasto
pushed a commit
to hebasto/gui-qml
that referenced
this pull request
Jun 9, 2025
Github-Pull: bitcoin-core#113 Rebased-From: 563ee68
hebasto
pushed a commit
to hebasto/gui-qml
that referenced
this pull request
Jun 9, 2025
Github-Pull: bitcoin-core#113 Rebased-From: 563ee68
johnny9
pushed a commit
to johnny9/bitcoin-core-app
that referenced
this pull request
Jul 4, 2025
555fbe4 qml: introduce PageIndicator control (jarolrod) Pull request description: Broken off from #106 Introduces a PageIndicator control which lets the user know where they are within a Wizard or similar flow. Note: There is no current design file documentation of the specifics for the PageIndicator; therefore, the implementation provided here could be subject to change. A demo of the control can be found here: [pageindicator-demo](https://github.com/jarolrod/gui-qml/tree/pageindicator-demo) | Screenshot of PageIndicator | |-----------------------------| | <img width="95" alt="Screen Shot 2022-02-06 at 4 28 25 AM" src="https://user-images.githubusercontent.com/23396902/152674844-54ad0116-3e07-47ac-82a9-07a932f6513b.png"> | [](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/win64/insecure_win_gui.zip?branch=pull/113) [](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/macos/insecure_mac_gui.zip?branch=pull/113) [](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/android/insecure_android_apk.zip?branch=pull/113) ACKs for top commit: hebasto: ACK 555fbe4 Tree-SHA512: 2f9a16badd496a9c852a5fd8e930751b4e4bea7a7efba1aad15ba9f47d117616dc0d48b92adfafb6722be42cb5ab6e59facd2e79797f9ae85445f0c5f1af0abb
tx-signer450
added a commit
to tx-signer450/gui-qml
that referenced
this pull request
Oct 20, 2025
555fbe40bc41c3167d07805e6a26b6377a46813d qml: introduce PageIndicator control (jarolrod) Pull request description: Broken off from #106 Introduces a PageIndicator control which lets the user know where they are within a Wizard or similar flow. Note: There is no current design file documentation of the specifics for the PageIndicator; therefore, the implementation provided here could be subject to change. A demo of the control can be found here: [pageindicator-demo](https://github.com/jarolrod/gui-qml/tree/pageindicator-demo) | Screenshot of PageIndicator | |-----------------------------| | <img width="95" alt="Screen Shot 2022-02-06 at 4 28 25 AM" src="https://user-images.githubusercontent.com/23396902/152674844-54ad0116-3e07-47ac-82a9-07a932f6513b.png"> | [](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/win64/insecure_win_gui.zip?branch=pull/113) [](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/macos/insecure_mac_gui.zip?branch=pull/113) [](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/android/insecure_android_apk.zip?branch=pull/113) ACKs for top commit: hebasto: ACK 555fbe40bc41c3167d07805e6a26b6377a46813d Tree-SHA512: 2f9a16badd496a9c852a5fd8e930751b4e4bea7a7efba1aad15ba9f47d117616dc0d48b92adfafb6722be42cb5ab6e59facd2e79797f9ae85445f0c5f1af0abb
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.
Broken off from #106
Introduces a PageIndicator control which lets the user know where they are within a Wizard or similar flow.
Note: There is no current design file documentation of the specifics for the PageIndicator; therefore, the implementation provided here could be subject to change.
A demo of the control can be found here: pageindicator-demo