Hello. I'm trying to implement a delegate with
QTextOption::WrapAtWordBoundaryOrAnywhere. I copied QItemDelegate and replaced
QTextOption::WordWrap where needed. Also i made small fix for sizeHint()
calculation. Everything is ok, except that QItemDelegate doesn't look native:)
I tried to call s
On 01/02/13 15:39, Tony Rietwyk wrote:
> Hi Phil,
>
> Several ways of doing this in Qt 4:
>
> 1)
>
> - Remove any layout in the container if present
> - Place the 9 edit boxes, roughly in line with each other
> - Apply the grid layout
>
> 2)
>
> - Remove any layout in the container if present
> - A
Hi Phil,
Several ways of doing this in Qt 4:
1)
- Remove any layout in the container if present
- Place the 9 edit boxes, roughly in line with each other
- Apply the grid layout
2)
- Remove any layout in the container if present
- Add first edit box
- Apply the grid layout
- Add the other tw
Thank you for reading this.
I'm trying to create a 3 x 3 grid of edit boxes and it seems that
Designer will only allow me to create either a horizontal line or a
vertical line of boxes.
I was expecting to to able to set grid layout's property to 3 x 3 but
that doesn't seem possible. The Qt man
Hi all.
I'm making an rich text editor using QTextEdit class, I insert a
QTextTable and I want to resize it dragging de mouse.
Thanks.
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
Hi Thomas,
> Aaah, interesting. I had been testing only with the rasterwindow
> application, since I thought it was kind of the simplest application.
> I'll test with other applications as well.
>
> But still, it'd be great to get some help to fix this rasterwindow
> application crash. I've already
Dear Andre Renaud,
On Fri, 1 Feb 2013 10:35:06 +1300, Andre Renaud wrote:
> >> Thanks for that - I should have mentioned that in the strace output
> >> the last thing it did was a KDGETMODE ioctl. So that patch fixed
> >> it.
> >
> > And then it works for you? For me, even with the KDGETMODE fix,
>> Thanks for that - I should have mentioned that in the strace output
>> the last thing it did was a KDGETMODE ioctl. So that patch fixed it.
>
> And then it works for you? For me, even with the KDGETMODE fix, it
> still crashes later.
Most programs seem to work fine. The qtbase/examples/gui/rast
Dear Andre Renaud,
On Fri, 1 Feb 2013 08:34:25 +1300, Andre Renaud wrote:
> Dear Thomas,
>
> > I confirm that the linuxfb backend is broken as of today. One bug is
> > fixed by
> > http://lists.qt-project.org/pipermail/interest/2013-January/005381.html.
>
> Thanks for that - I should have mentio
Hi,
I'm using QT5 with the LinuxFB, and am having issues with tslib. I
have built the tslib plugin, and instantiated it on the command line
with the correct device, but nothing seems to be getting the mouse
events.
If I enable the debugging in qtslib.cpp, I can see that the correct
coordinates are
Dear Thomas,
> I confirm that the linuxfb backend is broken as of today. One bug is
> fixed by
> http://lists.qt-project.org/pipermail/interest/2013-January/005381.html.
Thanks for that - I should have mentioned that in the strace output
the last thing it did was a KDGETMODE ioctl. So that patch
> Run the application with QT_DEBUG_PLUGINS=1 and fix the library loading
error
> it reports.
I did it an got the following error:
loaded library "/home/qt-5.0.0-rel/imports/QtWebKit/libqmlwebkitplugin.so"
qrc:///qml/BrowserWindow.qml:30:1: plugin cannot be loaded for module
"QtWebKit": Unknown e
On quinta-feira, 31 de janeiro de 2013 16.20.05, Mark wrote:
> Hi,
>
> In the Qt4 days there was QtMobility to send a SMS message. But what's
> the advised way to do the same in Qt5?
>
> Or is there nothing for Qt5?
The QtPim module has not been released with Qt 5 yet due to lack of activity.
T
On quinta-feira, 31 de janeiro de 2013 10.56.28, franki wrote:
> thanks, I was trying QString("content") and this doesn't work.
QString's constructors and other methods taking const char* directly do
"casting from ASCII", which is exactly what you disabled.
--
Thiago Macieira - thiago.macieira
Hi,
In the Qt4 days there was QtMobility to send a SMS message. But what's
the advised way to do the same in Qt5?
Or is there nothing for Qt5?
Regards,
Mark
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/
Dear Andre Renaud,
On Thu, 31 Jan 2013 15:49:42 +1300, Andre Renaud wrote:
> I'm evaluating Qt5 on an older ARM platform, using just the linuxfb
> (no xcb, or opengl). However when I run any of the examples I get a
> segfault somewhere inside the libqlinuxfb.so. Unfortunately, due to
> memory con
On Wednesday, 30 January 2013 16:27:24 CEST, franki wrote:
> I have found:
> #undef QT_NO_CAST_FROM_ASCII
> #define QT_NO_CAST_FROM_ASCII
> but it appears that this does not work in my code, I mean there are still
> errors that:
> QString::QString(const char*)' is private
> between undef and defin
On 01/29/2013 01:42 PM, Mark Summerfield wrote:
> Hi,
>
> I am trying to create a "pure" QML program, so may main.cpp is simply:
>
> #include
> #include
> #include
> int main(int argc, char *argv[])
> {
> QGuiApplication app(argc, argv);
> QQmlEngine engine;
Dnia środa, 30 stycznia 2013 o 17:11:07 Konstantin Tokarev napisał(a):
> 30.01.2013, 19:31, "Иван Комиссаров" :
> > In qt4, this construction was used:
> >
> > xml.createElement(QLatin1String("module"));
>
> Or QString::fromUtf8(), depending on string contents.
thanks, I was trying QString("cont
It seems no one has compiled Qt5 for tegra3 or haven't cared enough to share
the mkspec with qt project. You can search if someone has put it somewhere on
their blog. IMHO it shouldn't be terribly difficult to adapt tegra2's mkspect
to your needs. I am sure your platform vendor has provided a to
20 matches
Mail list logo