Is there a way to launch the Qt 5.6.0 offline installer in such a way so
that the gui either does not launch or all the options that I need are
selected/deselected/Filled in and the installer automatically installs
Qt where I want it installed?
Our own SDK depends on Qt and I would love to be abl
You should use a more complete bash command that perform the insert mod,
not an actual command but just the raw idea here:
if [[ $(lsmod | grep "Profibus") != "ProfileBus" ]]; then insmod Profibus fi
Maybe you should check with modprobe to check if the -i or -f flag can help
you to get proper beh
On 06/04/2016 11:47 AM, Thiago Macieira wrote:
On quarta-feira, 6 de abril de 2016 10:47:39 PDT Duane wrote:
This works in the sense that it returns 0 when there's no error but it
doesn't seem to return the return value from insmod. For example,
insmod returns 4531 when the file is already load
On quarta-feira, 6 de abril de 2016 08:47:58 PDT Thiago Macieira wrote:
> On quarta-feira, 6 de abril de 2016 10:47:39 PDT Duane wrote:
> > This works in the sense that it returns 0 when there's no error but it
> > doesn't seem to return the return value from insmod. For example,
> > insmod return
On quarta-feira, 6 de abril de 2016 10:47:39 PDT Duane wrote:
> This works in the sense that it returns 0 when there's no error but it
> doesn't seem to return the return value from insmod. For example,
> insmod returns 4531 when the file is already loaded but
> QProcess::exitCode is 17. I can
On 06/04/2016 11:09 AM, Robert Buchinger wrote:
On Wednesday, April 6, 2016 10:47:39 AM CEST Duane wrote:
On 06/04/2016 10:39 AM, Konstantin Tokarev wrote:
06.04.2016, 17:36, "Duane" :
Qt 5.3, on TinyCore Linux 5 and Fedora 23.
I'm currently using a call to std::system to load a module with
Op 06/04/2016 om 15:44 schreef Diego Iastrubni:
This is not trivial to implement in QTextEditor, since it has a single
QCursor (a deep dependency, which cannot be changed quite easily. Or
can it...?
Perhaps it is me, but I think QTextCursor is designed for this purpose?
You can create ma
On Wednesday, April 6, 2016 10:47:39 AM CEST Duane wrote:
> On 06/04/2016 10:39 AM, Konstantin Tokarev wrote:
> >
> >
> > 06.04.2016, 17:36, "Duane" :
> >> Qt 5.3, on TinyCore Linux 5 and Fedora 23.
> >>
> >> I'm currently using a call to std::system to load a module with insmod.
> >>This works
On 06/04/2016 10:39 AM, Konstantin Tokarev wrote:
06.04.2016, 17:36, "Duane" :
Qt 5.3, on TinyCore Linux 5 and Fedora 23.
I'm currently using a call to std::system to load a module with insmod.
This works but I would like to do it with QProcess.
Why?
I want to wait for finished with
06.04.2016, 17:36, "Duane" :
> Qt 5.3, on TinyCore Linux 5 and Fedora 23.
>
> I'm currently using a call to std::system to load a module with insmod.
> This works but I would like to do it with QProcess.
Why?
> This also works
> but I can't seem to get the return value of the insmod call like
Qt 5.3, on TinyCore Linux 5 and Fedora 23.
I'm currently using a call to std::system to load a module with insmod.
This works but I would like to do it with QProcess. This also works
but I can't seem to get the return value of the insmod call like I can
with std::system. Any suggestions?
On Tue, Apr 5, 2016 at 7:37 PM, Thiago Macieira
wrote:
> On terça-feira, 5 de abril de 2016 10:05:07 PDT Julius Bullinger wrote:
> > On Monday, 4. April 2016 18:23, Thiago Macieira wrote:
> > >>9. Multiple cursors (see the demo on SublimeText's home page - its
> > >>epic,
> > >>and At
Hello,
Thank you for your answer. But I tried same code, still can not see color.
I also fixed the size
ui->colorBarWidget->setFixedSize(71,275);
I put a button to test my widget is problem or not but it shows
button. I do not understand. Is Your designer file different or what
is the versi
Hello,
QxOrm 1.4.2 and QxEntityEditor 1.1.9 just released : http://www.qxorm.com/
QxOrm library 1.4.2 changes log :
- Support JSON serialization : each C++ class registered in QxOrm context
can be serialized/deserialized in JSON format (JSON feature requires Qt5)
- For more details about JSON s
> On 06 Apr 2016, at 12:18, André Somers wrote:
>>
>> What I’m trying to say is; non of us here are a UI/UX expert, right?
>
> I would not make such assumptions out of hand... Do you know who is
> subscribed here, and who is working on QtC?
Well yes I can not know for sure but I’m betting on
Thank you for your suggestions.
We did implement rendering with using two FBOs, using glTexSubImage2D and
OpenGL directly without Qt wrappers.
The performance is quite good in most cases.
Noticed that there is still a huge performance difference between
MacBookPro Retina (wo/ external GPU) and
Mac
16 matches
Mail list logo