It might be arranged as a grid layout with an array of QLineEdits.
Focus could be moved by some logic using the index.
jm2c
Kind regards,
Robert Iakobashvili
On Wed, 23 Apr 2025 at 6:35 Scott Bloom wrote:
> Over the years this has come up to my a couple of times,
– does macdeployqt without signing lead to a crash in any case and my
> problem is maybe purely related to a codesign issue ?
>
> Best
>
> Alex
>
> --
> http://www.carot.de
> Email : alexan...@carot.de
> Tel.: +49 (0)177 5719797
>
>
> > Gesendet: Freit
Alexander,
Additionally to Hamish's suggestion,
you are not missing deep signing after macdeployqt, aren't you?
Kind regards,
Robert Iakobashvili
On Fri, Nov 29, 2024 at 8:49 AM Hamish Moffatt via Interest
wrote:
>
> Ouch. Check out this thread I found by searching o
ESU Program is supposed to follow for several years after 14 Oct 2025,
https://learn.microsoft.com/en-us/windows/whats-new/extended-security-updates
Kind regards,
Robert Iakobashvili
On Wed, Aug 7, 2024 at 2:16 PM Paul Masri-Stone wrote:
> Given Microsoft are endi
Sorry, Nuno.
I've never tried thread-sanitizer.
Instead, strace on linux or connecting from a debugger on all platforms
were helpful.
Kind regards,
Robert Iakobashvili
On Fri, Jul 19, 2024 at 1:52 PM Nuno Santos
wrote:
> Dennis,
> Robert,
>
> One more question.
>
On Fri, Jul 19, 2024 at 12:18 PM Dennis Luehring via Interest <
interest@qt-project.org> wrote:
> Am 19.07.2024 um 11:02 schrieb Nuno Santos:
> > I don’t know but this is what happens. Look in the second line the
> > bolded part:
> >
> >
> /Applications/Xcode.app/Contents/Developer/Toolchains/Xcod
d since they are so rare to reproduce it becomes even more difficult to
> find a solution.
>
> That is why I’m looking for tools that could help me identify the problem
> in a more sistematic way.
>
> Thank you!
>
> Regards,
>
> Nuno
>
> On 18 Jul 2024, at 16
Nuno,
if you are on linux, *strace *command could be helpful to see and analyse
all system calls.
Thus, you could see how you are coming to a deadlock, if any.
Kind regards,
Robert Iakobashvili
On Thu, Jul 18, 2024 at 6:31 PM Nuno Santos via Interest <
interest@qt-pr
; qWidgetP->layout()->update();
> qWidgetP->layout()->activate();
>
> for (auto* childP: qWidgetP->findChildren()) {
> childP->updateGeometry();
> }
>
> qWidgetP->updateGeometry();
>
> qWidgetP->hide();
> qWidgetP->setAttribute(Qt::WA_DontSh
David,
Try
yourWidget->layout()->update();
yourWidget->layout()->activate();
If not,
let the event loop to run, ie. arranging a short timer.
Kind regards,
Robert Iakobashvili
On Fri, May 24, 2024 at 1:53 AM David M. Cotter wrote:
>
> I need to do something like this
e #pragma pack (2) ?
>
> Thanks,
> Casey McDermott
> TurtleSoft.com
>
> On Mon, Jun 19, 2023 at 2:50 AM coroberti wrote:
>>
>> On Sat, Jun 17, 2023 at 8:12 PM Turtle Creek Software
>> wrote:
>> >
>> > Our app contains some old C-ish C++ code fro
On Sat, Jun 17, 2023 at 8:12 PM Turtle Creek Software
wrote:
>
> Our app contains some old C-ish C++ code from an early 90's database called
> NeoAccess. It often uses function pointers with void pointers as parameters.
> Their code works OK for Mac & Windows, when built with the latest Qt5 on
Hi Thiago,
On some update of MSVC-2017 to their next minor release, we got their
optimization bug.
It was a waste of time to understand what happened and to work-around it.
jm2c
Kind regards,
Robert
On Sun, Jan 22, 2023 at 6:19 PM Thiago Macieira
wrote:
>
> In this case, MSVC 2019, which is sti
On Mon, Jan 16, 2023 at 10:07 AM Nuno Santos wrote:
>
> Good morning Ulf,
>
> Ok, so this this the news Qt 6 / CMake approach to things and we can’t avoid
> it right?
>
> However, as it is, its buggy. I will upload my last week example to
> https://bugreports.qt.io/browse/QTBUG-110110
>
> Becaus
afraid.
>
> Cheers,
> Tor Arne
>
> > On 2 Jan 2023, at 11:57, coroberti wrote:
> >
> > Dear Tor Arne,
> > Thanks for replying.
> >
> > This is not something that is easily reproducible, sorry.
> > The scenario is also not clear.
> >
>
.
Kind regards,
Robert
On Mon, Jan 2, 2023 at 12:44 PM Tor Arne Vestbø wrote:
>
> Please file a bug report with a test case and detailed version info, thanks!
>
> Cheers,
> Tor Arne
>
> > On 2 Jan 2023, at 06:59, coroberti wrote:
> >
> > Hi,
> >
Hi,
There is a rare crash that happens on Mac platforms.
If somebody could advise on what happens and
whether it could be helpful to filter out the shortcut events.
What is the way to get rid of it?
Thanks in advance!
Robert
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libqcocoa.
On Thu, Dec 29, 2022 at 1:45 AM Alexander Carôt wrote:
>
> Hej Konrad,
>
> >>I can't hold back my curiosity, so I've got to ask: why? Why would you
> >>do that? Why do you assume you know better than the operating system?
>
> I totally understand the question and agree to anything else you state i
On Mon, Dec 19, 2022 at 10:09 AM Tuukka Turunen wrote:
> This mailing list thread is actually already part of the discussion. I am
> sure the relevant stakeholders will read through the mails. One important
> thing: the question is whether or not the _latest_ Qt version supports 3 or 4
> genera
On Sun, Dec 18, 2022 at 3:09 PM Thiago Macieira
wrote:
>
> That's bad. But we all know who's to blame here, in both arguments: Apple.
>
> > Try to listen to the people that work with the real, live customers
> > like Nuno and me.
>
> We have. The decision is that we need to make a cut and move on,
On Sun, Dec 18, 2022 at 3:29 AM Thiago Macieira
wrote:
>
> On Saturday, 17 December 2022 05:40:48 -03 Tuukka Turunen via Interest wrote:
> > at least between versions 10.15 and 11 there does not seem to be a
> > major drop in what HW is supported.
>
> There is a drop, but we're talking about CPUs
gt;
> And indeed my latest Firefox reports
> Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:107.0)
> Running on macOS 12.
>
> So, while these statistics says something about the usage of "10.15 or later",
> it cannot really be used to say anything about 10.15 versus late
Hi,
Since Qt 6.5 drops Mac OS 10.15 Catalina,
it apparently starts to be irrelevant for at least 95% of Mac Desktops.
https://gs.statcounter.com/macos-version-market-share/desktop/worldwide
Google Analytics data of visitors for some web-site, where I have access,
also supports the above observati
Dear Ben,
If you enter the path of a paid license, it appears
that there is no path back to open-source licensing due to the
structure of Qt-paid that forbids it for the same project.
Therefore, don't be in a rush to pay, and
check if you are really getting something for paid.
Kind regards,
Rober
Hi Mark,
The initial dev is slower when using Widgets,
but with less bugs and more robustness, it could be worth doing it,
and at the end of the day, it is even time-saving.
The Qt apps on the desktop platforms you mentioned look very native with
Widgets.
There are many tips and ready solutions f
On Mon, Jan 24, 2022 at 11:40 AM Hamish Moffatt via Interest
wrote:
>
> On 24/1/22 19:40, Alexander Dyagilev wrote:
> > Hello,
> >
> > Let's suppose we have a database file of 16GB in size.
> >
> > We open it using this code:
> >
> > m_db = QSqlDatabase::addDatabase(
> > "QSQLITE",
>
Nuno,
You can save on EV and order instead 2-3 years regular code-signing
certificate for Windows.
Non-EV code-signing certificate has a cost of 120-140 USD/year and
for a week or two users get warnings till the certificates earns reputation.
Add to your setup instructions:
Note: Windows-10 Users
On Wed, Sep 29, 2021 at 8:49 PM Thiago Macieira
wrote:
>
> On Wednesday, 29 September 2021 10:22:41 PDT coroberti wrote:
> > Thiago, you know well about the Extended Support Programs, are not you?
> > So, why to skip it?
>
> No, I didn't. I searched for "win
On Wed, Sep 29, 2021 at 7:53 PM Thiago Macieira
wrote:
>
> On Wednesday, 29 September 2021 07:40:11 PDT Rui Oliveira wrote:
> > "Both *Windows 7 or 8.x* version support will not be available for Qt 6"
>
> https://support.microsoft.com/en-us/windows/windows-7-support-ended-on-january-14-2020-b75d45
c.qt.io/archives/qt-6.0/macos.html
>
>
>
> 5.15 is not yet officially supported, but should work fine as well, so please
> report any issues in JIRA, thanks!
>
>
>
> Cheers,
> Tor Arne
>
>
>
> On 7 May 2021, at 11:00, coroberti wrote:
>
>
>
support for Big Sur:
>
> https://doc.qt.io/archives/qt-6.0/macos.html
>
> 5.15 is not yet officially supported, but should work fine as well, so please
> report any issues in JIRA, thanks!
>
> Cheers,
> Tor Arne
>
> On 7 May 2021, at 11:00, coroberti wrote:
>
> D
al dialog on macOS -
> Qt Bug Tracker
> https://bugreports.qt.io/browse/QTBUG-88985
>
> for which the fixes are available in the opensource 5.15 branch, but not in
> the 5.15.2 release.
>
> Qt Creator binaries are released based on Qt 5.15.2, so you can check that
&g
Dear Tukka and others,
Since September Big Sur is a reality.
Which Qt-version supports correctly QWidgets for this platform for
open-source development.
If there's no such version, when the support is planned if ever.
I'd appreciate not to hijack this question for any discussions beyond the
very
On Thu, Apr 29, 2021 at 1:05 PM Bernhard Lindner
wrote:
> What I don't understand is why Roland doesn't just leave the mailing list and
> forget about
> Qt.
IMHO, it's a business model.
Distribute the links to your books and your web-site,
and hopefully, sell the books and/or find new customer
Dear Guiseppe,
You were very helpful for the list members and personally to me.
The list will deteriorate without you.
Sincerely hope that the moderator will start to function and to do something.
Note, that for Roland it's a pure business - spread links and sell
books, support, perhaps projects
It looks like some business case for Roland.
Sending many emails with the links to the owned/associated
books thru the Qt mail lists
and even openly advertising them - at least two cases just recently.
Is it in line with the list policy?
Kind regards,
Robert Iakobashvili
On Mon, Mar 22, 2021 at 2:51 AM Jason H wrote:
>
> >
> > > Licensing FUD + death-of-perpetual-license + death-of-OpenSource-LTS +
> > > Qt-6-rolling-out-incomplete + deleted-convenience-methods =
> > > customers-leaving
> >
> > I wonder if the loss of confidence in the current Qt owners can ever b
Kind regards,
Robert Iakobashvili
On Thu, Dec 10, 2020 at 7:10 AM coroberti wrote:
>
> On Thu, Dec 10, 2020 at 12:45 AM Thiago Macieira
> wrote:
> >
> > On Wednesday, 9 December 2020 03:51:18 PST Hamish Moffatt wrote:
> > > To
On Thu, Dec 10, 2020 at 12:45 AM Thiago Macieira
wrote:
>
> On Wednesday, 9 December 2020 03:51:18 PST Hamish Moffatt wrote:
> > To be useful I think we also need universal binaries for Qt, and support
> > for making our own universal binaries in qmake, macdeployqt etc. I think
> > there are also
that a Rosetta bug? I assume
> you haven't compiled for M1 yet given the Qt support is not released.
>
>
> Hamish
>
> Sent from Nine
> ____
> From: coroberti
> Sent: Wednesday, 9 December 2020 19:28
> To: Qt Interest
> Cc: Hamish Moff
Gentlemen,
Make sure it works fine both on the Intel CPU and the new Apple M1.
In our case, there are issues on Intel CPU and crashes on M1.
Kind regards,
Robert Iakobashvili
On Wed, Dec 9, 2020 at 10:09 AM Hamish Moffatt
wrote:
>
> On 9/12/20 6:07 pm, Ben Haller vi
Dear Elvis,
It's very nice.
Thanks a lot.
Kind regards,
Robert
On Wed, Oct 21, 2020 at 9:53 PM Elvis Stansvik wrote:
>
> Den ons 21 okt. 2020 kl 09:08 skrev coroberti :
> >
> > Elvis and Scott,
> > Could you please provide a code sample?
>
> I can't sho
Elvis and Scott,
Could you please provide a code sample?
Thanks,
Kind regards,
Robert
On Wed, Oct 21, 2020 at 9:51 AM Elvis Stansvik wrote:
>
> Den ons 21 okt. 2020 02:39Scott Bloom skrev:
>>
>> Well. I 100% totally overthought this... and was able to implement this in
>> about 10 lines of co
tml#activated-1
>
> The reason to remove overloaded signals is to make functor-based
> connections easier.
>
> Best regards,
> André
>
> Am 19.10.20 um 10:32 schrieb coroberti:
> > Hi,
> > Documentation for Qt-5.12 refers to two "activated" signals:
>
Hi,
Documentation for Qt-5.12 refers to two "activated" signals:
https://doc.qt.io/qt-5.12/qcombobox.htm
void activated(int index)
void activated(const QString &text)
Documentation for Qt-5.15 refers to only one of them
https://doc.qt.io/qt-5/qcombobox.html
void activated(int index)
Was the signa
me2
Kind regards,
Robert
On Wed, Jun 24, 2020 at 2:21 PM Marc Britton wrote:
>
> I too would like to know about the Qt Company's reactions/plans for this.
>
> Cheers
> --
> Marc
>
> On Wed, 24 Jun 2020 at 17:57, Pascal Henze wrote:
>>
>> With the announcement from Apple to move from Intel to AR
Hi,
It looks like we get more headaches with two builds to test.
Interesting what could be the Qt-roadmap on Mac?
Thanks.
Kind regards,
Robert
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
Dear Oliver and Andre,
What's up?
If you have any patches to test/validate, please let me know.
Thanks.
Kind regards,
Robert
On Wed, May 13, 2020 at 7:36 AM Oliver Wolff wrote:
>
> Hi Robert,
>
> On 12.05.2020 13:14, coroberti . wrote:
> > Hi,
> > If somebody in cha
On Fri, Jun 12, 2020 at 9:48 AM coroberti . wrote:
>
> On Fri, Jun 12, 2020 at 9:28 AM Thiago Macieira
> wrote:
> >
> > On Thursday, 11 June 2020 21:40:03 PDT coroberti . wrote:
> > > Most people are using their Mac computers 7-10 years, yes without the
> > &g
On Fri, Jun 12, 2020 at 9:28 AM Thiago Macieira
wrote:
>
> On Thursday, 11 June 2020 21:40:03 PDT coroberti . wrote:
> > Most people are using their Mac computers 7-10 years, yes without the
> > security updates that for some usage patterns is still fine.
>
> macOS 10.13
On Fri, Jun 12, 2020 at 3:45 AM Hamish Moffatt
wrote:
>
> On 12/6/20 10:17 am, Scott Bloom wrote:
> > Why is Win7 being dropped? I (my company) has gotten burned pretty hard by
> > the dropping of CentOS 6, similar reasons listed for win7..
>
> It's funny that there's so much discussion about dr
:
>
> Hi Robert,
>
> On 12.05.2020 13:14, coroberti . wrote:
> > Hi,
> > If somebody in charge could consider increasing priority of the below
> > major Accessibility issue, it would be really appreciated.
> >
> > You cannot dictate to Qt text cont
advance!
Kind regards,
Robert
On Tue, Apr 21, 2020 at 9:54 AM coroberti . wrote:
> You cannot dictate to Qt-software on Windows-10:
> https://bugreports.qt.io/browse/QTBUG-83671
>
> Actually, it was always a broken area at least since 2015:
>
> https://bugreports.qt.io/browse/
Kind regards,
Robert Iakobashvili
On Wed, Apr 22, 2020 at 6:40 PM coroberti . wrote:
>
> On Wed, Apr 22, 2020 at 6:35 PM Allan Sandfeld Jensen
> wrote:
> >
> > On Mittwoch, 22. April 2020 17:29:56 CEST coroberti . wrote:
> > > On Wed,
On Wed, Apr 22, 2020 at 6:35 PM Allan Sandfeld Jensen wrote:
>
> On Mittwoch, 22. April 2020 17:29:56 CEST coroberti . wrote:
> > On Wed, Apr 22, 2020 at 6:17 PM Thiago Macieira
> >
> > wrote:
> > > On Tuesday, 21 April 2020 14:26:13 PDT coroberti . wrote:
&g
On Wed, Apr 22, 2020 at 6:17 PM Thiago Macieira
wrote:
>
> On Tuesday, 21 April 2020 14:26:13 PDT coroberti . wrote:
> > Hi,
> > Is it enough to define:
> >
> > QMAKE_CFLAGS -= -arch:AVX -arch:AVX2
> > QMAKE_CXXFLAGS -= -arch:AVX -arch:AVX2
> >
> >
Hi,
Is it enough to define:
QMAKE_CFLAGS -= -arch:AVX -arch:AVX2
QMAKE_CXXFLAGS -= -arch:AVX -arch:AVX2
to ensure that compilation by QtCreator with Qt-5.14-MSVC Windows
will not compile with such optimization flags even if avx and avx2 instructions
have not been disabled in Qt-library itself?
Hi,
If by chance Qt-Accessibility has a maintainer,
this is the new and even more severe issue with dictation on Windows-10.
You cannot dictate to Qt-software on Windows-10:
https://bugreports.qt.io/browse/QTBUG-83671
Actually, it was always a broken area at least since 2015:
https://bugreports
On Mon, Apr 20, 2020 at 1:04 PM Tor Arne Vestbø wrote:
>
> This is a missing feature, please file a feature request, thanks!
>
> Tor Arne
>
> > On 20 Apr 2020, at 08:54, coroberti . wrote:
> >
> > On Sun, Apr 5, 2020 at 1:32 PM coroberti . wrote:
> >> T
On Sun, Apr 5, 2020 at 1:32 PM coroberti . wrote:
> Trying to allow Drag to my app on iOS (iPad with spitted view)
> and working in line with: https://doc.qt.io/qt-5/dnd.html
>
> I see that dragEnterEvent () and dragMoveEvent () are never called.
>
> This is in contrast to Mac O
It will take for 5.15 several months to get major fixes,
and 5.12 is a very stable version.
jm4c
Kind regards,
Robert
On Tue, Apr 14, 2020 at 4:33 PM Jason H wrote:
>
> If you're goint to change to 5.12, you might want to wait a month or so for
> 5.15, the next LTS, is targeted around May 15.
Hi,
Thanks to Qt-team for the latest patch release.
Trying to allow Drag to my app on iOS (iPad with spitted view)
and working in line with: https://doc.qt.io/qt-5/dnd.html
I see that dragEnterEvent () and dragMoveEvent () are never called.
This is in contrast to Mac OS X where it works for the
On Sat, Feb 8, 2020 at 6:07 AM Thiago Macieira
wrote:
>
> On Friday, 7 February 2020 05:52:37 PST Volker Enderlein wrote:
> > Program: C:\Qt\5.14.1\msvc2017_64\bin\Qt5Cored.dll
> > Module: 5.14.1
> > File: aspects\qabstractaspect.cpp
> > Line: 213
> >
> > ASSERT: "metaObj" in file aspects\qabstrac
Have you tried to comment out cleanup of reply objects (QNetworkReply) ?
On Thu, Feb 6, 2020 at 8:49 AM maitai wrote:
>
> I've checked it already, and anyway a QFileDialog is a QWidget and as such
> cannot be created before QApplication (that's what it said when I tried).
>
> Philippe
>
>
>
>
>
On Tue, Feb 4, 2020 at 6:07 PM maitai wrote:
>
> Thanks Robert and Thiago,
>
> If I create it on the stack instead of on the heap same mystery, i.e if
> I create it before qApp all good, if after it crashes
>
> this works:
> qWarning()<<"test";
> QNetworkAccessManager inet;
> qWarni
On Tue, Feb 4, 2020 at 5:43 PM Thiago Macieira
wrote:
>
> On Tuesday, 4 February 2020 01:45:27 PST coroberti . wrote:
> > Sorry, I meant allocation of QNetworkAccessManager object
> > by new operator (dynamic) versus its allocation on function scope (static).
>
> Inste
our app all our
> libs are linked statically, all qt libs are dynamics, I cannot change
> that easily.
>
> Philippe.
>
> Le 04-02-2020 09:07, coroberti . a écrit :
> > Dear Philippe,
> > Try to change dynamic allocation to static and if the matters come to
> >
Dear Philippe,
Try to change dynamic allocation to static and if the matters come to order,
there's some memory corruption as my experience.
jm2c
Kind regards,
Robert Iakobashvili
On Tue, Feb 4, 2020 at 10:02 AM maitai wrote:
>
> Hi all,
>
> While the mail list was
On Mon, Jan 13, 2020 at 11:35 AM Christoph Cullmann
wrote:
>
> Hi,
>
> after reading https://doc.qt.io/qt-5/highdpi.html it is still a bit
> unclear to me,
> what is the correct sequence of attribute setting to have proper HiDPI
> support on the
> X11/Windows/macOS platforms (including support for
On Fri, Jan 10, 2020 at 11:17 AM Nuno Santos wrote:
>
> Roland,
>
> After spending more than 4 hours googling and searching for others examples
> and realising I was not doing anything wrong I have stumbled with a detail
> that was causing the crash.
>
> I was codesiging it with: codesign BUNDLE
On Tue, Jul 9, 2019 at 8:56 PM Adam Light wrote:
>
>
> On Fri, Jun 21, 2019 at 12:13 AM Kai Köhne wrote:
>
>>
>> I understand that the "hardened runtime" enabling happens at codesign
>> time,
>> so this should arguably be a feature of macdeployqt. It's not there yet
>> though,
>> at least accord
On Fri, Jun 21, 2019 at 9:42 AM Hamish Moffatt
wrote:
>
> Apple says that all apps will need to be notarized (viewed) by them to
> be run on macOS 10.15 once released.
> Apps must have the hardened runtime enabled in Xcode before they can be
> notarized.
> Is there any way to get qmake to enable t
Dear Nuno,
Here's the JNI issue that could be your case:
https://bugreports.qt.io/browse/QTBUG-68813
It looks like it's fixed (thanks to BogDan) in 5.12.2.
Kind regards,
Robert Iakobashvili
On Thu, May 9, 2019 at 9:35 AM coroberti . wrote:
> Dea
tos wrote:
> Robert,
>
> Thanks for your input.
>
> I don’t use JNI for purchasing a long time. I rely solely on the C++ API
> of QtPurchasing. That’s even more wicked.
>
> Maybe the problems resides solely inside the QtPurchasing module… I’m the
> dark!
>
> Best,
>
Dear Nuno,
No knowledge, but as a direction, it's kinda JNI of QPurchasing is looking
in some scenario
for a Java class that is not existing or not installed.
I'd look into all JNI calls that QPurchasing is doing and its Java
dependencies.
We had recently a major issue with JNI done not via Qt AP
On Thu, Jan 17, 2019 at 12:27 PM Nuno Santos
wrote:
> Robert,
>
> Yes, I know. I have tried both.
>
> When I click the .exe it doesn’t happen nothing. Nothing! :/
>
> Is there any kind of debug flags that I can set?
>
> Nuno
>
>
Nuno,
1.What about trying some log to file at the beginning of your
On Thu, Jan 17, 2019 at 11:13 AM Nuno Santos
wrote:
> Hi,
> I have just compiled a fresh Qt 5.12.1 from the source statically on
> Windows but I’m having a basic problem.
> Any application that I run, crashes immediately, even the Qt Creator
> project templates, like que Qt Quick application temp
f it’s light or dark…
>
> Hope this helps,
>
> Mike
>
> > On 20 Dec 2018, at 18:48, coroberti . wrote:
> >
> > Hi,
> > Qt-12 well manages the colors of QWidgets - great job of Qt-developers.
> Thank you!
> >
> > When some background colors are ma
Hi,
Qt-12 well manages the colors of QWidgets - great job of Qt-developers.
Thank you!
When some background colors are managed by the application,
how to figure out whether it's Light or Dark theme currently in use?
Another question is how to get notification about the switch between the
themes?
> > Il 11/11/18 17:15, coroberti . ha scritto:
> > > Following Allan's advise, here's something that is starting to work
> > > (checks omitted)
> > >
> > > QTextDocument* doc = this->text_edit_->document();
> > >
On Mon, Nov 12, 2018 at 12:41 PM Giuseppe D'Angelo via Interest
wrote:
>
> Il 11/11/18 17:15, coroberti . ha scritto:
> > Following Allan's advise, here's something that is starting to work
> > (checks omitted)
> >
> > QTextDocument* doc = this->tex
Kind regards,
Robert Iakobashvili
On Sun, Nov 11, 2018 at 5:29 PM coroberti . wrote:
>
> On Sun, Nov 11, 2018 at 5:21 PM Allan Sandfeld Jensen
> wrote:
> >
> > On Sonntag, 11. November 2018 16:13:12 CET coroberti . wrote:
> > > On Sun,
On Sun, Nov 11, 2018 at 5:21 PM Allan Sandfeld Jensen wrote:
>
> On Sonntag, 11. November 2018 16:13:12 CET coroberti . wrote:
> > On Sun, Nov 11, 2018 at 5:06 PM Allan Sandfeld Jensen
> wrote:
> > > On Sonntag, 11. November 2018 14:11:52 CET coroberti . wrote:
> >
On Sun, Nov 11, 2018 at 5:06 PM Allan Sandfeld Jensen wrote:
>
> On Sonntag, 11. November 2018 14:11:52 CET coroberti . wrote:
> > Hi,
> > It seems that arranging line spacing for text in QTextEdit (like 1.5,
> > 2, 3 lines) is not an easy coding.
> >
> >
Hi,
It seems that arranging line spacing for text in QTextEdit (like 1.5,
2, 3 lines) is not an easy coding.
Any code samples, directions, howtos would be very much appreciated.
Thanks in advance!
Kind regards,
Robert
___
Interest mailing list
Interest
side effects, as mentioned by
> Bogdan Vatra (the Qt for Android maintainer) in one of the comments - the
> issue is unresolved ...
>
> Best regards
> Markus
>
>
> Am Do., 1. Nov. 2018 um 20:31 Uhr schrieb coroberti . :
>>
>> Hi,
>> I was trying to build
Hi,
I was trying to build my Qt widget app that is working on Android
since Qt 5.3, later 5.7 and 5.9
using downloaded offline Qt 5.11.2.
Using Qt JNI seems to be working properly, like:
RequestPermissions =
QAndroidJniObject("com/domain/myapp/permissions/RequestPermissions",
2018 at 4:47 PM maitai wrote:
>
> Hi,
> Tried to put all I could think (tooltip, statustip, etc), no luck.
> I will go the hard way, using a custom class derived from both QAction
> and QAccessible...
>
> Philippe.
>
> Le 26-10-2018 10:34, coroberti . a écrit :
> &g
gt; Philippe.
>
> Le 26-10-2018 09:27, coroberti . a écrit :
> > Hi Philippe,
> > Just voted for it.
> >
> > If you run the app from debugger and trigger the menu's action to
> > reproduce,
> > which backtrace stack of
Hi Philippe,
Just voted for it.
If you run the app from debugger and trigger the menu's action to reproduce,
which backtrace stack of functions you see there?
Kind regards,
Robert Iakobashvili
On Fri, Oct 26, 2018 at 10:01 AM maitai wrote:
>
> Hello,
>
> There has be
On Sun, Oct 21, 2018 at 1:06 AM Thiago Macieira
wrote:
>
> On Saturday, 20 October 2018 10:16:56 PDT coroberti . wrote:
> > 5be48d4238465b4efd36ed4bbb96ec407be9f217
> >
> > Where I can find the patch by the commit-id.
> >
> > Qt Codereview seems to be the p
Thanks, people.
Kind regards,
Robert Iakobashvili
On Sat, Oct 20, 2018 at 9:32 PM Elvis Stansvik wrote:
>
> Den lör 20 okt. 2018 kl 20:29 skrev Elvis Stansvik :
> >
> > Den lör 20 okt. 2018 kl 19:19 skrev coroberti . :
> > >
> >
Hi,
The bug report https://bugreports.qt.io/browse/QTBUG-69281
refers to commit:
5be48d4238465b4efd36ed4bbb96ec407be9f217
Where I can find the patch by the commit-id.
Qt Codereview seems to be the place but without search by commit-id.
https://codereview.qt-project.org/#/q/status:open,n,z
Anoth
On Wed, Oct 10, 2018 at 10:53 PM Thiago Macieira
wrote:
>
> On Wednesday, 10 October 2018 07:00:13 PDT Igor Mironchik wrote:
> > Maybe MAC address of the network interface is good enough for you?
>
> There are some RFCs and internet drafts that recommend creating random or
> pseudo-random MAC addr
On Tue, Oct 2, 2018 at 5:02 PM Murphy, Sean wrote:
>
> > I have an app (Desktop) that I want it to know about other running instances
> > on the local network. I figured UDP broadcast was a natural choice. I tried
> > it,
> > but I never saw anything but my own (local) packets. There's quite a fe
Hi,
Please, consider voting for:
https://bugreports.qt.io/browse/QTBUG-63708
Note, that if somebody wants to build Qt for 32-bit MSVC-2017 by
himself/herself,
cross compiler to be used since Qt-5.11 and up in line with the tips in:
https://bugreports.qt.io/browse/QTBUG-68462
Note, that since Qt
On Tue, Sep 18, 2018 at 5:28 PM, Kevin wrote:
>
> Thanks for all the responses
>
> My guess is the "?-915259074 " part of the url is what makes the server fail.
>
> To prevent caching, you may wish instead to add header:
> Cache-Control: no-store
>
> For the above suggestions, how do I do that thr
On Tue, Sep 18, 2018 at 9:59 AM, Kai Koehne wrote:
>
>
>> -Original Message-
>> From: Interest On
>> Behalf Of Kevin Wang
>> Sent: Tuesday, September 18, 2018 1:33 AM
>> To: Qt Project
>> Subject: [Interest] IFW issue: HTTP request returns a Not Acceptable
>>
>> Hi All,
>>
>>
>> I am att
On Sun, Sep 16, 2018 at 7:45 AM, maitai wrote:
> Thanks all for your replies
>
> Another idea:
>
> Do you know if it is enough to change Qt5Network librarie, which I
> distribute together with the app?
>
> And if yes any chance to find it built against ssl 1.1.0 without having to
> recompile the w
On Thu, Aug 30, 2018 at 10:14 AM, Tomasz Siekierda wrote:
> On Wed, 29 Aug 2018 at 20:17, André Pönitz wrote:
>>
>> On Wed, Aug 29, 2018 at 06:27:57PM +0200, Jason H wrote:
>> > It might be a minor point, but I think it would be good to have more
>> > uniform kit name structure.
>>
>
> +1
>
> I'
1 - 100 of 121 matches
Mail list logo