yan bellavance
|
Registered User
|
Im an electronics engineer i like HDL design, c/c++/c# and obj-c programming, iphone dev, DSP, and other embeddded systems
|
|
Nov 26 |
comment |
How can I connect the pressed() signal of 32 buttons to a single function without declaring 32 slots? yep, everything worked out thx again |
|
Nov 26 |
comment |
How can I connect the pressed() signal of 32 buttons to a single function without declaring 32 slots? thx, i'm pretty sure this is what I need |
|
Nov 26 |
asked | How can I connect the pressed() signal of 32 buttons to a single function without declaring 32 slots? |
|
Nov 25 |
asked | Can I decide where a Qaction is added to a Qmenubar |
|
Nov 20 |
accepted | QObject::findChild returns wrong address when used with a custom widget plugin |
|
Nov 17 |
comment |
adding #ifndef #define #endif breaks the compile ok I will look into it..sorry i am at work and didnt have much time today to look at it. Thx for your answers though |
|
Nov 16 |
comment |
adding #ifndef #define #endif breaks the compile I was hoping to understand why this is so. |
|
Nov 16 |
revised |
adding #ifndef #define #endif breaks the compile added 88 characters in body |
|
Nov 16 |
comment |
adding #ifndef #define #endif breaks the compile as I said, everything compiles fine when I put rubbish as the constant. |
|
Nov 16 |
revised |
adding #ifndef #define #endif breaks the compile added 327 characters in body; added 20 characters in body |
|
Nov 16 |
asked | adding #ifndef #define #endif breaks the compile |
|
Nov 16 |
comment |
Is there a way to have all radion buttons be unchecked That is exactly why I need this. |
|
Nov 13 |
comment |
Is there a way to have all radion buttons be unchecked well when the program initially launches none of the radio buttons are selected. CheckBoxes would add too much overhead. |
|
Nov 13 |
comment |
Is there a way to have all radion buttons be unchecked Yeah I thought about that |
|
Nov 13 |
asked | Is there a way to have all radion buttons be unchecked |
|
Nov 13 |
answered | Styling QPushButton with CSS? |
|
Nov 13 |
answered | Qt Increase QTabWidget’s QTabBar size |
|
Nov 13 |
comment |
Qt Increase QTabWidget’s QTabBar size I recommend using stylesheets as well. |
|
Nov 13 |
revised |
QObject::findChild returns wrong address when used with a custom widget plugin deleted 149 characters in body |
|
Nov 12 |
answered | QObject::findChild returns wrong address when used with a custom widget plugin |
|
Nov 12 |
asked | QObject::findChild returns wrong address when used with a custom widget plugin |
|
Nov 11 |
comment |
Insertion Sort Code Challenge very nice... I see emos everywhere [>.@] |
|
Nov 11 |
comment |
Can’t include dynamic library header file in more than one file? so on top of no leading underscore you add _included and follow the case? |
|
Nov 11 |
comment |
Can’t include dynamic library header file in more than one file? thx alot :D Do I only need to put the header or do I need to put the whole file or whole class |
|
Nov 11 |
comment |
Can’t include dynamic library header file in more than one file? thx ;) now I see why its put everywhere. |
|
Nov 11 |
comment |
Why can I not insert a QStackedWidget inside a custom widget? well i simply took the custom widget plugin example and substituted the AnalogClass for my own (otherClass.h , otherClass.cpp and a ui_otherClass.h here is a link to an example. It doesnt contain a stackedwidget but you can simply open the .ui file, add it, rebuild the plugin and add to an application: mediafire.com/?mdmozotdjwf |
|
Nov 11 |
asked | Can’t include dynamic library header file in more than one file? |
|
Nov 11 |
comment |
How do I determine if the item is selected or not in the paint() function of QItemDelegate? thx a whole lot, I knew it was that object but couldn't find where. I have another question you might be able to answer: my special view in my table is actually a QPushButton. I am wondering if you know how I could make it change text when I click on it and and at the same time make text from other columns change values also. |
|
Nov 10 |
asked | How do I determine if the item is selected or not in the paint() function of QItemDelegate? |
|
Nov 10 |
comment |
Why can I not insert a QStackedWidget inside a custom widget? meaning thatn when I am hand coding and using the auto-completion feature I do not see any of the stackedwidget object's variables and methods. I can see all the other objects inside the custom widget though. Also, even though there is a stackedwidget in my custom widget I can only see the page that was visible when I saved my custom widget.b So even if your object is a widget, If you put a custom widget inside of it you will not be able to use that stackedwidget . To do so requires the use of a container and the "container extension example" shows how to do it. |
|
Nov 9 |
asked | Why can I not insert a QStackedWidget inside a custom widget? |
|
Nov 6 |
asked | Is there a way to package a dynamic library in the application binary? |
|
Nov 6 |
awarded | ● Organizer |
|
Nov 6 |
answered | Qt designer plugin (custom widget) in Eclipse integration |
|
Nov 4 |
asked | How do I auto-adjust the size of a QDialog depending on the text length of one of its children? |
|
Nov 4 |
asked | A can ping B, B can ping C but A cant ping C. How do i connect A to C (ethernet)? |
|
Nov 3 |
revised |
Pointer won’t return with assigned address added 1182 characters in body; added 13 characters in body |
|
Nov 3 |
comment |
Pointer won’t return with assigned address is this only true in C++ or in C as well |
|
Nov 3 |
asked | Pointer won’t return with assigned address |
|
Oct 20 |
comment |
Do you know a good and efficient FFT? thanks, I will look into those links as I am always in power of 2 lengths |
|
Oct 20 |
comment |
Do you know a good and efficient FFT? I agree but with a standard FFT the lower band frequency resolution gets hit hard by a reduction of FFT size because the frequency bins become too big |
|
Oct 20 |
revised |
Do you know a good and efficient FFT? added 206 characters in body; added 94 characters in body |
|
Oct 20 |
comment |
Do you know a good and efficient FFT? how about a Wavelet-like fft in the sense of instead of having a square matrix(4096by4096 for a FFT of 4096 samples) we use 4096 time samples by 1024 frequency bins...these would not cover the whole nyquist band and so would keep the desired frequency resolution without require to compute them all....this is the multi resolution scale aspect of wavelets but with only one scale....so its like I was applying a filter....which is part of WFT |
|
Oct 20 |
answered | iPhone: CPU power to do DSP/Fourier transform/frequency domain? |
|
Oct 20 |
comment |
ObjectUtils.equal(x,y) null can work sry for putting the down vote i wanted my badge :) seemed like the right post to put a down vote on. |
|
Oct 20 |
awarded | ● Critic |
|
Oct 20 |
asked | Do you know a good and efficient FFT? |
|
Oct 19 |
revised |
How can I insert a widget into a mainwindow generated by Qt designer? deleted 151 characters in body; edited title |
|
Oct 19 |
asked | How can I insert a widget into a mainwindow generated by Qt designer? |
|
Oct 16 |
asked | Is there a way to emulate a QGroupVBoxLayout? |
