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
IRC channel
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
Ms word
by
amir.eng
[
Today
at 10:38:04 am]
IDE shows wrong Error Mes...
by
TRon
[
Today
at 10:32:20 am]
python for lazarus
by
Jurassic Pork
[
Today
at 09:36:33 am]
United OpenLib of Sound (...
by
net1999
[
Today
at 08:14:45 am]
Another Hunspell Wrapper ...
by
Raf20076
[
Today
at 06:50:00 am]
Hello some example of nes...
by
eldonfsr
[
Today
at 03:42:05 am]
Screen draws very slow un...
by
TheMouseAUS
[
Today
at 01:47:13 am]
Browser as a view using W...
by
delphius
[June 09, 2023, 11:18:50 pm]
Is changing name supposed...
by
Joanna
[June 09, 2023, 11:18:07 pm]
convert char of ansistrin...
by
toby
[June 09, 2023, 11:02:31 pm]
Reverse order of an array
by
jamie
[June 09, 2023, 10:55:39 pm]
Lazarus 2.2.6 and anchord...
by
Martin_fr
[June 09, 2023, 10:49:49 pm]
Why is a private type of ...
by
PascalDragon
[June 09, 2023, 10:30:51 pm]
program locks up using se...
by
PascalDragon
[June 09, 2023, 10:15:10 pm]
Feature announcement: Fun...
by
PascalDragon
[June 09, 2023, 10:11:49 pm]
is it possible to create ...
by
PascalDragon
[June 09, 2023, 10:04:25 pm]
How to download a file fr...
by
c4p
[June 09, 2023, 09:49:20 pm]
Suggestion on the lines o...
by
Remy Lebeau
[June 09, 2023, 09:19:08 pm]
Access violation with use...
by
Martin_fr
[June 09, 2023, 06:56:10 pm]
.cvd ClamAV database comp...
by
af0815
[June 09, 2023, 05:49:18 pm]
LADSPA for FP. Anyone int...
by
commanderz
[June 09, 2023, 05:41:40 pm]
CURL throws Error CURLE_R...
by
Hartmut
[June 09, 2023, 05:16:39 pm]
Generic array of records ...
by
paweld
[June 09, 2023, 04:42:14 pm]
list of IT assets
by
eljo
[June 09, 2023, 04:39:50 pm]
Can't place ATBinHex on f...
by
domasz
[June 09, 2023, 03:26:03 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: QT5 PageControl Tab sizes (Read 820 times)
TheMouseAUS
New Member
Posts: 33
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: 1426
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
New Member
Posts: 33
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: 1426
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
New Member
Posts: 33
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
New Member
Posts: 33
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: 1426
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
New Member
Posts: 33
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: 1426
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
New Member
Posts: 33
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