Preparing to add html as a presentation option
This commit is contained in:
parent
ff680b9549
commit
e8b042df54
8 changed files with 52 additions and 301 deletions
|
@ -46,6 +46,8 @@ mod slide_obj {
|
|||
#[qproperty]
|
||||
video_background: QString,
|
||||
#[qproperty]
|
||||
html: QString,
|
||||
#[qproperty]
|
||||
vtext_alignment: QString,
|
||||
#[qproperty]
|
||||
htext_alignment: QString,
|
||||
|
@ -70,6 +72,7 @@ mod slide_obj {
|
|||
ty: QString::from(""),
|
||||
audio: QString::from(""),
|
||||
image_background: QString::from(""),
|
||||
html: QString::from(""),
|
||||
video_background: QString::from(""),
|
||||
vtext_alignment: QString::from(""),
|
||||
htext_alignment: QString::from(""),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue