Re: [Interest] porting a tcl gui to qt

2014-07-01 Thread Josiah Bryan
- more like "item1234 > setActive 1" instead of ".item1234 setColor green". > > >Konrad > > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest > -- Josiah Bryan 765-215-0511 josiahbr...@gmail.com ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Creating a video feed or overlay

2014-04-03 Thread Josiah Bryan
t is a perfect fit. > QMediaPlayer or the QML MediaPlayer accept any URL. > > -- > Yoann Lopes > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest > -- Josiah Bryan 765-215-0511 josiahbr...@gmail.com

Re: [Interest] About usb cameras

2013-09-17 Thread Josiah Bryan
u will be able to specify the format of > the received frames with supportedPixelFormats(). You will also have to > take care of showing the frames on screen youself... > > Yoann Lopes > Senior Software Engineer - Digia, Qt > Visit us on: http://qt.digia.com > > > &

Re: [Interest] About usb cameras

2013-09-16 Thread Josiah Bryan
ct.org > http://lists.qt-project.org/mailman/listinfo/interest > -- Josiah Bryan 765-215-0511 josiahbr...@gmail.com ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Upgrade to Qt 5 -- pros and cons?

2013-03-22 Thread Josiah Bryan
On Fri, Mar 22, 2013 at 10:29 AM, Josiah Bryan wrote: > On Fri, Mar 22, 2013 at 9:03 AM, K. Frank wrote: > >> >> Thanks. Although sometimes I feel that I'm already having as >> much "fun" programming as I can stand. >> >> > The biggest reaso

Re: [Interest] Upgrade to Qt 5 -- pros and cons?

2013-03-22 Thread Josiah Bryan
27;ve spent many an hour trying to install this - ever since Qt 4.8 came out, in fact, and qmake started not building during the install - all the way till now, when the installer itself doesn't even run. Anyway, just my thoughts - cheers! -Josiah -- Josiah Bryan 765-215-0511 josiahb

Re: [Interest] How can i manipulate pixel data from a QWidget?

2012-09-22 Thread Josiah Bryan
nd > "just" manipulate the QWidget pixel data directly. > So how do i do that? > > Cheers, > Mark > > [1] http://free.pages.at/easyfilter/bresenham.html > ___ > Interest mailing list > Interest@qt-project.org >

Re: [Interest] Problem about signals/slots in Qt 5

2012-09-18 Thread Josiah Bryan
#x27;t work. :) I agree! I can't tell you how many times I've checked and rechecked my code, only to find out it was a sig/slot mismatch all along. Crikey! :-) -- Josiah Bryan 765-215-0511 josiahbr...@gmail.com ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] floating table in graphics view

2012-08-15 Thread Josiah Bryan
// row mod(26) = letter; > > QWidget * thisPage = pageStack->currentWidget(); > > QGraphicsView * thePage = dynamic_cast(thisPage); > > QGraphicsScene * thisScene = thePage->scene(); > > qDebug() << "scene aquired "; > > QFocusFrame * tableProxy =

Re: [Interest] Aligning objects in QGraphics....

2012-08-09 Thread Josiah Bryan
s Fresh minds... > > Ben > Been there, done that many many times - something to be said for sleeping on the problem and trying again in the morning. Glad you figured it out! -- Josiah Bryan 765-215-0511 josiahbr...@gmail.com ___ Interest m

Re: [Interest] How to develop a WYSIWYG HTML editor based on QtWebkit?

2012-08-08 Thread Josiah Bryan
On Tue, Aug 7, 2012 at 11:35 PM, 程梁 wrote: > Thanks! I saw this example before. There is the same problem as I met. > If you clear editing area and type something, you will got some HTML > code like: > > http://www.w3.org/TR/html4/strict.dtd";> > > > > HTML Editor Demo > > hey > > in which I ju

Re: [Interest] How to develop a WYSIWYG HTML editor based on QtWebkit?

2012-08-07 Thread Josiah Bryan
ng Liang <http://about.me/devbean> > Nanjing, China > http://www.devbean.info > from: devb...@devbean.info > > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest > >

Re: [Interest] qws and dialogs

2012-07-30 Thread Josiah Bryan
I realize that's a hack, but it seems like fakes and hacks are all you have left if you really want this effect...just my thoughts, feel free to ignore! -Josiah -- Josiah Bryan 765-215-0511 josiahbr...@gmail.com ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Filling a 3-Color Triangle - A Better Way?

2012-07-05 Thread Josiah Bryan
On Thu, Jul 5, 2012 at 12:39 PM, Christoph Feck wrote: > On Thursday 05 July 2012 17:12:04 Josiah Bryan wrote: > > Hello, All! > > > > I have a particular need to fill a triangle (heck, I'll take a poly > > if I could get it, but triangles are simpler to code) wi

Re: [Interest] Filling a 3-Color Triangle - A Better Way?

2012-07-05 Thread Josiah Bryan
On Thu, Jul 5, 2012 at 11:20 AM, Ian Thomson wrote: > On 05/07/12 16:12, Josiah Bryan wrote: > > So, my Qt friends, is there a better way to fill a triangle with a color > > specified for each vertex, interpolated across the triangle? Some method > > that takes *less* tha

[Interest] Filling a 3-Color Triangle - A Better Way?

2012-07-05 Thread Josiah Bryan
cified for each vertex, interpolated across the triangle? Some method that takes *less* than 4 milliseconds *per triangle*? Did I just miss something in the Qt gradient routines that would do this quite easily? Any ideas? Thanks so much! -Josiah -- Josiah Bryan 765-215-0511 josiahbr...@gmail.com

Re: [Interest] Can't Debug on Windows 7: Invalid parameter passed to C runtime

2012-06-15 Thread Josiah Bryan
On Fri, Jun 15, 2012 at 3:17 AM, André Pönitz < andre.poen...@mathematik.tu-chemnitz.de> wrote: > On Wed, Jun 13, 2012 at 07:52:45PM -0400, Josiah Bryan wrote: > > The real problem here is that Qt Creator / Debugger doesn't even > > bother to give a stack trace of wher

Re: [Interest] Can't Debug on Windows 7: Invalid parameter passed to C runtime

2012-06-14 Thread Josiah Bryan
On Thu, Jun 14, 2012 at 9:44 AM, Till Oliver Knoll < till.oliver.kn...@gmail.com> wrote: > 2012/6/14 Josiah Bryan : > >>> ... > >>> What compiler do you use? The MS Visual Studio compiler? ... > >> In particular make sure you use the same runtime as the

Re: [Interest] Can't Debug on Windows 7: Invalid parameter passed to C runtime

2012-06-14 Thread Josiah Bryan
On Wed, Jun 13, 2012 at 5:50 PM, André Pönitz < andre.poen...@mathematik.tu-chemnitz.de> wrote: > On Wed, Jun 13, 2012 at 04:25:59PM -0400, Josiah Bryan wrote: > > I'm attempting to debug an odd problem wherein my program (http:// > > code.google.com/p/dviz/) crashes whe

Re: [Interest] Can't Debug on Windows 7: Invalid parameter passed to C runtime

2012-06-14 Thread Josiah Bryan
On Thu, Jun 14, 2012 at 3:14 AM, Andreas Pakulat wrote: > Hi, > > On Thu, Jun 14, 2012 at 8:13 AM, Till Oliver Knoll < > till.oliver.kn...@gmail.com> wrote: > >> >> >> Am 14.06.2012 um 01:52 schrieb Josiah Bryan : >> >> > ... >> >

Re: [Interest] Text in QGLWidget looks awful

2012-06-14 Thread Josiah Bryan
nt in the QGLWidget. You could even use the QImage as a texture at that point...just a thought, though. -- Josiah Bryan 765-215-0511 josiahbr...@gmail.com ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Can't Debug on Windows 7: Invalid parameter passed to C runtime

2012-06-13 Thread Josiah Bryan
On 6/13/12, André Pönitz wrote: > On Wed, Jun 13, 2012 at 04:25:59PM -0400, Josiah Bryan wrote: >> I'm attempting to debug an odd problem wherein my program (http:// >> code.google.com/p/dviz/) crashes when displaying certain UTF-8 >> strings. That's not really why

[Interest] Can't Debug on Windows 7: Invalid parameter passed to C runtime

2012-06-13 Thread Josiah Bryan
rent that is in a different thread. (Parent is NativeViewerPhonon(0x895c780), parent's thread is QThread(0x7065da0), current thread is QThread(0x990a7d8) QWidget: Must construct a QApplication before a QPaintDevice Invalid parameter passed to C runtime function. Invalid parameter passed to C

Re: [Interest] Video Player Example

2012-04-05 Thread Josiah Bryan
Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest > > -- Josiah Bryan 765-215-0511 josiahbr...@gmail.com ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Can Qt Creator diff two files?

2012-03-29 Thread Josiah Bryan
eeds, I use Kompare (http://en.wikipedia.org/wiki/Kompare) Sorry if that's not helpful though. -- Josiah Bryan 765-215-0511 josiahbr...@gmail.com ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] The "Proper" Way to Mix/Cross-Fade Images

2012-03-20 Thread Josiah Bryan
On Tue, Mar 20, 2012 at 4:22 PM, Christoph Feck wrote: > On Tuesday 20 March 2012 14:17:49 Josiah Bryan wrote: > > I may be crazy, or just aiming for something unrealistic. But here > > goes: > > > > - I want to cross-fade two images over a background. (Simple, &g

[Interest] The "Proper" Way to Mix/Cross-Fade Images

2012-03-20 Thread Josiah Bryan
all together) to blend things where 50% opacity + 50% opacity = 100% opacity in the resultant image? Or, as some might say, am I just waa off base here? Perhaps the mere mention of this idea is causing Porter and/or Duff to want to smack me with a stick...I don