Qt5 different text alignments on a single button - qt5

Is it possible to have different text alignments on a single button?
I have a letter and a number on my button. Letter should be in left-bottom corner and number should be in top-right corner (and also smaller). If a use styleSheet text-align: top right then all text (both letter and number) goes to top right corner. Is it possible to somehow split it?
Illustration of what I want to achieve:

Related

Oracle Apex - change color of cards

The image:
shows a snippet of a dashboard from oracle apex. In the image you can see a 6 boxes and grey cards (the circles in each box at the top right corner) which contain a number inside of them. There is a way to conditionally change the color of the grey circle through sql as the circle is defined as a card. That means I can operate with the help of this link https://apex.oracle.com/pls/apex/apex_pm/r/ut/color-and-status-modifiers.
My question is, if there is way to conditionally change the color of each box instead of the round card. I want to do that because there is no correlation between the color of the card and the number inside of it.
An alternative would be to change the color of the text (which I had to censor) either next to the circle or in the subbox.

Form Resize Event

I am working on this program - VB. net and there is something I really don't understand it and I am really struggling with it.
The requirements of the program is when it comes to Form Resize Event, I have to do the following:
a.The three buttons are always aligned on the top without any space between. As a group, they are
always horizontally centered on the form.
b. The two labels are always aligned on top, so are the two textboxes.
c. Each label is left aligned with the textbox below it, and the space between a label and the textbox
below it is always 10.
d. When the form is resized, the bottom margin (the space below the buttons), the middle margin
(the space between the textboxes and buttons), and the top margin (the space above the labels)
are the same.
e. The left margin (the space to the left of the input textbox) is the same as the right margin (the
space to the right of the square root textbox). The space between the two textboxes is half of the
left/right margin.
Would anyone be able to explain to me and give me some examples please?
Thank you

How to enable moving text in TextInput to the left, if there is not enough space in the TextInput field

I have a TextInput field, this field has a limited space, so I want to make text move to the left, so left character would be hidden, but user would be able to see, what he is currently typing, how to do that?
So in this example, I want letter "H" be hidden, and character after "w" should be able to appear on the screen.
Actually TextInput is left moving. Once input reached the TextInput's bounds(right border here), the text will move left. For your scenario you can just add right padding to get your desired output.
Refer this Snack.

UIButtons Alignment

I am trying to implement like word cloud in my app.
The image shown is like word cloud with left alignment.
What I did was, for placing the buttons I am checking whether the width of the text is greater than total width of the screen, if it is greater place the button in next row i.e increment the y position, if it is not just place the buttons. Everything is working fine. But what I want now is , i want to move the buttons alignment, like, I want to start the first button from center of the screen. Please help me to do this...

fixed div box at bottom left corner

I want my green div box in fixed position at the bottom left corner of the page. But it is overlapping on the left navigation. I want green div box start its fixed position after the left navigation items end. Following is the code I have uploaded.
http://jsfiddle.net/awaises/remqf/
It is working fine in big screen resolution but in small resolution, green box is overlapping on the left navigation. Is there any possibility to restrict the green box after navigation end with 50 pixel gap and when we scroll down the page it is also fixed at bottom left corner in every resolution?
Could you give the impression of a gap above the green box by adding a top 50px border? http://jsfiddle.net/Y3qWu/