-
Notifications
You must be signed in to change notification settings - Fork 73
Update ViewScene screenshot gui #2368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 12 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
939f691
Update screenshot ui to new vs layout
nids2001 27f5479
Save screenshot directory to vs state
nids2001 fc7f1e7
Merge branch 'master' into vs-screenshots
nids2001 4a9aa9d
updates to screenshot
nids2001 c813593
Move screenshot saving into view scene dialog
nids2001 644154d
screenshot saving updates
nids2001 e3f8a78
Set initial screenshot path state from preferences
nids2001 2bb4a9c
Code clean up
nids2001 9b75598
Merge branch 'master' into vs-screenshots
nids2001 2b6dce8
Get viewscene name with getName function
nids2001 94dc820
Merge branch 'vs-screenshots' of https://github.com/nids2001/SCIRun i…
nids2001 5f6e5e5
Merge branch 'master' into vs-screenshots
dcwhite 22625b9
Move screenshot on update checkbox to screenshot gui
nids2001 4aef3a3
Apply suggestions from code review
nids2001 1bb5169
Merge branch 'vs-screenshots' of https://github.com/nids2001/SCIRun i…
nids2001 e8eae1f
Merge branch 'master' into vs-screenshots
jessdtate 72ec1c4
Merge branch 'master' into vs-screenshots
dcwhite File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,66 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <ui version="4.0"> | ||
| <class>Screenshot</class> | ||
| <widget class="QWidget" name="Screenshot"> | ||
| <property name="geometry"> | ||
| <rect> | ||
| <x>0</x> | ||
| <y>0</y> | ||
| <width>397</width> | ||
| <height>115</height> | ||
| </rect> | ||
| </property> | ||
| <property name="minimumSize"> | ||
| <size> | ||
| <width>337</width> | ||
| <height>115</height> | ||
| </size> | ||
| </property> | ||
| <property name="windowTitle"> | ||
| <string>Orientation Axes</string> | ||
| </property> | ||
| <layout class="QVBoxLayout" name="verticalLayout"> | ||
| <item> | ||
| <widget class="QGroupBox" name="groupBox"> | ||
| <property name="title"> | ||
| <string>Default Screenshot Path</string> | ||
| </property> | ||
| <layout class="QHBoxLayout" name="horizontalLayout_2"> | ||
| <item> | ||
| <widget class="QLabel" name="label"> | ||
| <property name="text"> | ||
| <string/> | ||
| </property> | ||
| </widget> | ||
| </item> | ||
| <item> | ||
| <widget class="QLineEdit" name="defaultScreenshotPath_"/> | ||
| </item> | ||
| <item> | ||
| <widget class="QPushButton" name="screenshotPathButton_"> | ||
| <property name="enabled"> | ||
| <bool>true</bool> | ||
| </property> | ||
| <property name="text"> | ||
| <string>Set...</string> | ||
| </property> | ||
| </widget> | ||
| </item> | ||
| </layout> | ||
| </widget> | ||
| </item> | ||
| <item> | ||
| <widget class="QPushButton" name="screenshotSaveAsButton_"> | ||
| <property name="enabled"> | ||
| <bool>true</bool> | ||
| </property> | ||
| <property name="text"> | ||
| <string>Save Screenshot As...</string> | ||
| </property> | ||
| </widget> | ||
| </item> | ||
| </layout> | ||
| </widget> | ||
| <resources/> | ||
| <connections/> | ||
| </ui> |
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.