Accessing QDate API and default page padding. #567
Replies: 1 comment 8 replies
-
Date
Remove default paddingSee #407 for different approaches to modify the HTML body, the page layout or the page content:
DiscordSee #550 for an ongoing discussion about starting a Discord server. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I got 2 questions, first how do I acces QDate api? I tried to add run_method("setCalendarTo", [2020, 1])
But it doesn't do anything.
Second question how do I access default padding to remove it?
I figured out that these 3 divs structure is every time I type code. I did set column to cover whole page and now wanna set overflow to hidden
I tried adding custom component using JS but how do I import Vue ? import { ref} from 'vue' doen't work.
Do I install Vue independently? Or is it somewhere included in nicegui.
Would appreciate tips, also is there official discord, or just github issues is place to ask questions?
Beta Was this translation helpful? Give feedback.
All reactions