UI: Upgrade stream key link to button in Wizard

Follow up to #2145: https://github.com/obsproject/obs-studio/pull/2145
The wizard has a stream link URL as well, adding the button in the
wizard to match. Additionally, fixing a few  errors in the UI layout
and spacing where items were not padded.
This commit is contained in:
JohannMG
2019-12-17 16:39:55 -08:00
parent eadb96fbca
commit 5c71c4a465
4 changed files with 91 additions and 78 deletions

View File

@@ -173,7 +173,7 @@ class AutoConfigStreamPage : public QWizardPage {
bool ready = false;
void LoadServices(bool showAll);
inline bool IsCustom() const;
inline bool IsCustomService() const;
public:
AutoConfigStreamPage(QWidget *parent = nullptr);