Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Widgetset
»
QT
»
QT5 PageControl Tab sizes
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Was:Forum Upgrade? by @Re...
by
Remy Lebeau
[
Today
at 03:54:09 am]
LazCAD – First Release!
by
dbannon
[
Today
at 02:47:45 am]
TStateMachine
by
avra
[
Today
at 12:44:55 am]
Lazarus IDE Windows 64 lo...
by
StuPot
[
Today
at 12:01:38 am]
My first Attempt making a...
by
jamie
[September 09, 2024, 11:43:32 pm]
Unable install latest fpc...
by
marcov
[September 09, 2024, 11:03:47 pm]
Extended Module Player
by
Gigatron
[September 09, 2024, 09:11:48 pm]
IDE odd behaviour
by
Martin_fr
[September 09, 2024, 09:08:17 pm]
How to disable the compat...
by
Jonas Maebe
[September 09, 2024, 08:59:30 pm]
Problem with pasting text...
by
LV
[September 09, 2024, 08:46:58 pm]
How to create webhook in ...
by
Prakash
[September 09, 2024, 07:59:41 pm]
New Component jZCamView
by
Guser979
[September 09, 2024, 07:49:22 pm]
Forum upgrade?
by
MarkMLl
[September 09, 2024, 07:47:00 pm]
Is there a maximum length...
by
Remy Lebeau
[September 09, 2024, 07:35:30 pm]
PATCH method in fphttpcli...
by
JohnnieK
[September 09, 2024, 05:57:38 pm]
THTTPRouter Documentation
by
JohnnieK
[September 09, 2024, 05:54:48 pm]
TryStrToFloat
by
jcmontherock
[September 09, 2024, 05:25:30 pm]
Having difficulty buidlin...
by
MarkMLl
[September 09, 2024, 03:49:23 pm]
Move a window between Wor...
by
dbannon
[September 09, 2024, 02:05:28 pm]
Loosing mouse clicks when...
by
Wilko500
[September 09, 2024, 12:51:41 pm]
Forum is so SLOOOW... Aga...
by
Marc
[September 09, 2024, 12:29:35 pm]
[SOLVED] Need help to use...
by
marcov
[September 09, 2024, 10:13:45 am]
AI, NLP and CAI: Text Gen...
by
schuler
[September 09, 2024, 06:24:11 am]
Advice/Guidance Needed Wi...
by
Aruna
[September 09, 2024, 06:05:58 am]
Using Lua 5.4 with Free P...
by
Roland57
[September 09, 2024, 05:14:59 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: QT5 PageControl Tab sizes (Read 2494 times)
TheMouseAUS
Jr. Member
Posts: 52
QT5 PageControl Tab sizes
«
on:
March 15, 2023, 01:00:54 pm »
I am using Lazarus with the IDE built with QT5. I am using TPageControl. In the IDE i can size the tabs nicely for use on a touch screen but when I run the app the Tabs revert to default sizes and are too small. Does this mean the QT widged cant be resized? If not that sucks as I have it looking really good in the IDE are there any suggestions if its not do-able? Thanks
Logged
zeljko
Hero Member
Posts: 1632
Re: QT5 PageControl Tab sizes
«
Reply #1 on:
March 16, 2023, 08:22:46 am »
Is ide compiled against qt5 also ? I'm not sure that tabs can be freely resized under qt ws. Please attach small example project.
Logged
TheMouseAUS
Jr. Member
Posts: 52
Re: QT5 PageControl Tab sizes
«
Reply #2 on:
March 16, 2023, 09:54:22 pm »
Yes the IDE is complied with QT5.
The default is GTK2 but TPageControl 'TabHeight' and 'TabWidth' cannot be changed from 0 in the IDE at all. After building the IDE in QT5 and switching the project to using the QT5 widget set I have the project looking great in the IDE. 'TabHeight' and 'TabWidth' worked right up till I run the application then they are once again reset to 0 and I loose the formatting on the screen.
It works perfectly under windows but I really want to complie and use on a linux machine. I shouldnt have to use wine just to be able to get some tabs formatted correctly. If there is a better component to use I will gladly switch.
«
Last Edit: March 16, 2023, 09:57:19 pm by TheMouseAUS
»
Logged
zeljko
Hero Member
Posts: 1632
Re: QT5 PageControl Tab sizes
«
Reply #3 on:
March 16, 2023, 11:01:45 pm »
Now I see, you're right, please open bug report and attach simple example project, I'll fix it next week.
Logged
TheMouseAUS
Jr. Member
Posts: 52
Re: QT5 PageControl Tab sizes
«
Reply #4 on:
March 17, 2023, 04:13:25 am »
I hope this was the right place
https://gitlab.com/freepascal.org/lazarus/lazarus/-/issues/40168
Logged
TheMouseAUS
Jr. Member
Posts: 52
Re: QT5 PageControl Tab sizes
«
Reply #5 on:
March 23, 2023, 09:21:44 am »
Hi, I see you have a commit to fix this issue, is there a way I can install the fix or do I need to wait for the next version? Thanks
Logged
zeljko
Hero Member
Posts: 1632
Re: QT5 PageControl Tab sizes
«
Reply #6 on:
March 23, 2023, 09:22:53 am »
Trunk only, and it will be in next major version (2.4)
Logged
TheMouseAUS
Jr. Member
Posts: 52
Re: QT5 PageControl Tab sizes
«
Reply #7 on:
March 23, 2023, 11:51:18 am »
OK no problem. Thank you for the fix, will keep an eye out for the release that has it. Thank you for your time.
Logged
zeljko
Hero Member
Posts: 1632
Re: QT5 PageControl Tab sizes
«
Reply #8 on:
March 23, 2023, 12:07:55 pm »
You can try to add that commit into your qt5 sources of stable lazarus and rebuild, that should work imo.
Logged
TheMouseAUS
Jr. Member
Posts: 52
Re: QT5 PageControl Tab sizes
«
Reply #9 on:
March 23, 2023, 09:53:52 pm »
I did try that and it built ok but lazarus would not open, I think is had a memory access error
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Widgetset
»
QT
»
QT5 PageControl Tab sizes
TinyPortal
© 2005-2018