Qt 5 for Android widgets on window of Qt Creator appear small on AVD
-
Can be seen from dialog.ui that the widgets (QDialogButtonBox) are of readable size

but when they are on AVD, they appear so small

Prevoiusly with widgets like QPushButton, I could make widgets look bigger on AVD by right-clicking the dialog then choosing Layout but this does not work with QDialogButtonBox
What should I do such that widgets can appear appropriately-sized?
-
Can be seen from dialog.ui that the widgets (QDialogButtonBox) are of readable size

but when they are on AVD, they appear so small

Prevoiusly with widgets like QPushButton, I could make widgets look bigger on AVD by right-clicking the dialog then choosing Layout but this does not work with QDialogButtonBox
What should I do such that widgets can appear appropriately-sized?
This post is deleted! -
Can be seen from dialog.ui that the widgets (QDialogButtonBox) are of readable size

but when they are on AVD, they appear so small

Prevoiusly with widgets like QPushButton, I could make widgets look bigger on AVD by right-clicking the dialog then choosing Layout but this does not work with QDialogButtonBox
What should I do such that widgets can appear appropriately-sized?
-
Hi @J-Hilk, thanks for your reply! The dialog cant be manually resized on the emulator.
My Qt Creator crashed and after I somehow got it working again, the widgets look fine now

I tried testing with push buttons too and they are fine.I did not change any size property or any part of the code, it just somehow gave a different result. I guess I'll treat is as something that went wrong behind the scenes.