feature More parameter item types#665
Closed
feketeimre wants to merge 14 commits intopyqtgraph:masterfrom
Closed
Conversation
Pen: Pops up a dialouge that allows the user to customize a pen. Setting pen value is not working yet. Progress bar: For indication things. Slider: Easier way to set values that dont require precision. Fonts: Picking font types. Next thing could be a Font dialog. Calendar: For picking dates or intervals Open/save file/files/directory: Pops up an open/save file/directory dialog to select a file/directory. Filter string and caption can be defined too. A PenSelectorDialog widget was created for the pen parameter item too. Also added these parameter items to the example.
ChristophRose
suggested changes
Jan 19, 2019
Contributor
ChristophRose
left a comment
There was a problem hiding this comment.
Fixed the pen selector parameter item so that the changes are correctly shown and saved by the parameter tree.
ChristophRose
suggested changes
Jan 19, 2019
Co-authored-by: ChristophRose <42769515+ChristophRose@users.noreply.github.com>
Co-authored-by: ChristophRose <42769515+ChristophRose@users.noreply.github.com>
Co-authored-by: ChristophRose <42769515+ChristophRose@users.noreply.github.com>
Co-authored-by: ChristophRose <42769515+ChristophRose@users.noreply.github.com>
Co-authored-by: ChristophRose <42769515+ChristophRose@users.noreply.github.com>
Co-authored-by: ChristophRose <42769515+ChristophRose@users.noreply.github.com>
Co-authored-by: ChristophRose <42769515+ChristophRose@users.noreply.github.com>
Co-authored-by: ChristophRose <42769515+ChristophRose@users.noreply.github.com>
Co-authored-by: ChristophRose <42769515+ChristophRose@users.noreply.github.com>
Co-authored-by: ChristophRose <42769515+ChristophRose@users.noreply.github.com>
Co-authored-by: ChristophRose <42769515+ChristophRose@users.noreply.github.com>
Co-authored-by: ChristophRose <42769515+ChristophRose@users.noreply.github.com>
Co-authored-by: ChristophRose <42769515+ChristophRose@users.noreply.github.com>
Member
|
Changing the target branch from |
This was referenced Jan 30, 2021
5 tasks
Contributor
|
@feketeimre I tried to fast forward this to the current master branch, are you able to take a look at #1844 and see if it transferred appropriately? Thanks! |
Contributor
Author
|
@ntjess I guess they are fine, it was so long ago i dont remember anything about this. |
Contributor
|
Sounds good, closing this due to updates on #1844. |
Member
|
@feketeimre would you happen to have the .ui file that PenSelectorDialogBox.py was generated from still? |
Contributor
Author
|
@j9ac9k There you go: |
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.
Pen: Pops up a dialogue that allows the user to customize a pen. Setting pen value is not working yet.
Progress bar: For indication things.
Slider: Easier way to set values that dont require precision.
Fonts: Picking font types. Next thing could be a Font dialog.
Calendar: For picking dates or intervals
Open/save file/files/directory: Pops up an open/save file/directory dialog to select a file/directory. Filter string and caption can be defined too.
A PenSelectorDialog widget was created for the pen parameter item too.
Also added these parameter items to the example.