mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 02:36:51 -07:00
Add Bitrate Setting
This commit is contained in:
parent
1f62756b85
commit
3f6cc3647e
6 changed files with 54 additions and 2 deletions
|
@ -24,6 +24,7 @@ class Settings;
|
|||
class QListWidget;
|
||||
class QComboBox;
|
||||
class QCheckBox;
|
||||
class QLineEdit;
|
||||
|
||||
class SettingsDialog : public QDialog
|
||||
{
|
||||
|
@ -36,15 +37,19 @@ class SettingsDialog : public QDialog
|
|||
|
||||
QComboBox *resolution_combo_box;
|
||||
QComboBox *fps_combo_box;
|
||||
QLineEdit *bitrate_edit;
|
||||
|
||||
QListWidget *registered_hosts_list_widget;
|
||||
QPushButton *delete_registered_host_button;
|
||||
|
||||
void UpdateBitratePlaceholder();
|
||||
|
||||
private slots:
|
||||
void LogVerboseChanged();
|
||||
|
||||
void ResolutionSelected();
|
||||
void FPSSelected();
|
||||
void BitrateEdited();
|
||||
|
||||
void UpdateRegisteredHosts();
|
||||
void UpdateRegisteredHostsButtons();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue