diff options
| author | jacob1 <jfu614@gmail.com> | 2013-06-09 21:13:57 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-06-09 21:13:57 (GMT) |
| commit | 52ec8f438b6ce3373c9258cbde402b4caef92b1e (patch) | |
| tree | f72ab1060435d30ed7781f463dbfb05bbcb50d91 /src/gui/preview/PreviewView.h | |
| parent | a6ee8e2af156e42fa3b5311afa4d3144d1566ca0 (diff) | |
| download | powder-52ec8f438b6ce3373c9258cbde402b4caef92b1e.zip powder-52ec8f438b6ce3373c9258cbde402b4caef92b1e.tar.gz | |
add the single saveID copytext button into the save preview too
Diffstat (limited to 'src/gui/preview/PreviewView.h')
| -rw-r--r-- | src/gui/preview/PreviewView.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/preview/PreviewView.h b/src/gui/preview/PreviewView.h index c01644c..25c3772 100644 --- a/src/gui/preview/PreviewView.h +++ b/src/gui/preview/PreviewView.h @@ -7,6 +7,7 @@ #include "gui/preview/PreviewController.h" #include "gui/preview/PreviewModel.h" #include "gui/interface/Button.h" +#include "gui/interface/CopyTextButton.h" #include "gui/interface/Label.h" #include "gui/interface/Textbox.h" @@ -38,7 +39,9 @@ class PreviewView: public ui::Window { ui::Label * pageInfo; ui::Label * saveDescriptionLabel; ui::Label * viewsLabel; - ui::Textbox * saveIDTextbox; + ui::Label * saveIDLabel; + ui::Label * saveIDLabel2; + ui::CopyTextButton * saveIDButton; ui::ScrollPanel * commentsPanel; std::vector<ui::Component*> commentComponents; std::vector<ui::Component*> commentTextComponents; |
