Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guido Gunther
Stream
Commits
79bf533f
Verified
Commit
79bf533f
authored
Apr 07, 2021
by
Todd Weaver
Browse files
Adding button ids to change them out while downloading
parent
ad19c616
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/results.ui
View file @
79bf533f
...
...
@@ -90,14 +90,15 @@
<child>
<object
class=
"GtkButton"
id=
"audio_dl"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"sensitive"
>
False
</property>
<property
name=
"can-focus"
>
True
</property>
<property
name=
"receives-default"
>
True
</property>
<property
name=
"tooltip-text"
translatable=
"yes"
>
Download
Audio
</property>
<property
name=
"tooltip-text"
translatable=
"yes"
>
Save
Audio
</property>
<property
name=
"halign"
>
center
</property>
<property
name=
"valign"
>
center
</property>
<signal
name=
"clicked"
handler=
"audio_dl_button"
swapped=
"no"
/>
<child>
<object
class=
"GtkImage"
>
<object
class=
"GtkImage"
id=
"audio_dl_image"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can-focus"
>
False
</property>
<property
name=
"icon-name"
>
emblem-music-symbolic
</property>
...
...
@@ -116,14 +117,15 @@
<child>
<object
class=
"GtkButton"
id=
"video_dl"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"sensitive"
>
False
</property>
<property
name=
"can-focus"
>
True
</property>
<property
name=
"receives-default"
>
True
</property>
<property
name=
"tooltip-text"
translatable=
"yes"
>
Download
Video
</property>
<property
name=
"tooltip-text"
translatable=
"yes"
>
Save
Video
</property>
<property
name=
"halign"
>
center
</property>
<property
name=
"valign"
>
center
</property>
<signal
name=
"clicked"
handler=
"video_dl_button"
swapped=
"no"
/>
<child>
<object
class=
"GtkImage"
>
<object
class=
"GtkImage"
id=
"video_dl_image"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can-focus"
>
False
</property>
<property
name=
"icon-name"
>
emblem-videos-symbolic
</property>
...
...
@@ -231,6 +233,7 @@
<child>
<object
class=
"GtkButton"
id=
"speed"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"sensitive"
>
False
</property>
<property
name=
"can-focus"
>
True
</property>
<property
name=
"receives-default"
>
True
</property>
<property
name=
"tooltip-text"
translatable=
"yes"
>
Adjust Speed
</property>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment