@@ -12,33 +12,33 @@ using std::unique_ptr;
1212
1313namespace Lazyboard ::front_end {
1414class AboutWindow {
15- private:
16- unique_ptr<QDialog> about_window;
17- unique_ptr<QGridLayout> grid_layout;
18- unique_ptr<QPushButton> github_button;
19- unique_ptr<QPushButton> github_issue_button;
20- unique_ptr<QPushButton> github_pull_button;
21-
22- private:
23- static constexpr int MIN_WIDTH = 600 ;
24- static constexpr int MIN_HEIGHT = 600 ;
25- const char * GITHUB_URL = " https://github.com/reim-developer/zClipboard" ;
26- const char * GITHUB_ISSUE_URL =
27- " https://github.com/reim-developer/zClipboard/issues" ;
28- const char * GITHUB_PULL_URL =
29- " https://github.com/reim-developer/zClipboard/pulls" ;
30-
31- private:
32- void is_open_browser_ok (OpenBrowserStatus status);
33- void open_browser_when_clicked (QPushButton * button, const char * url);
34-
35- private:
36- void setup_front_end ();
37- void setup_buttons ();
38-
39- public:
40- AboutWindow ();
41- void show_window ();
15+ private:
16+ unique_ptr<QDialog> about_window;
17+ unique_ptr<QGridLayout> grid_layout;
18+ unique_ptr<QPushButton> github_button;
19+ unique_ptr<QPushButton> github_issue_button;
20+ unique_ptr<QPushButton> github_pull_button;
21+
22+ private:
23+ static constexpr int MIN_WIDTH = 600 ;
24+ static constexpr int MIN_HEIGHT = 600 ;
25+ const char * GITHUB_URL = " https://github.com/reim-developer/zClipboard" ;
26+ const char * GITHUB_ISSUE_URL =
27+ " https://github.com/reim-developer/zClipboard/issues" ;
28+ const char * GITHUB_PULL_URL =
29+ " https://github.com/reim-developer/zClipboard/pulls" ;
30+
31+ private:
32+ void is_open_browser_ok (OpenBrowserStatus status);
33+ void open_browser_when_clicked (QPushButton* button, const char * url);
34+
35+ private:
36+ void setup_front_end ();
37+ void setup_buttons ();
38+
39+ public:
40+ AboutWindow ();
41+ void show_window ();
4242};
4343} // namespace Lazyboard::front_end
4444
0 commit comments