Hi,
Thanks
Type: Posts; User: siddugh; Keyword(s):
Hi,
Thanks
Hi
Thanks for the reply...
What do u think about the Qt's future ?
Thanks
Siddu
Hi all,
Can we add OpenFeint in Qt application ? if so please let me know how ?
Thanks in advance,
Siddu
Hi all,
I want to create menu option in left soft key, like when I click on left soft key, it should show with "option_1" and "option_2" , when I select any of the key certain operation has to...
Hi
Here is my new code
For(int index=0; index < 100; index++)
{
Cell* cell = new Cell();
cell->setParent(ui->listWidget);
cell->setTitle(item->m_Title);
Hi
Thanks,
But I did not get your point,
here is the simplified code, what iam trying
for(int index=0; index < 100; index++)
{
Hi all,
How do we get the visible items (or items index) from the QListWIdget.
Requirement is
I am displaying some 100 items in QListWIdget, each items consists of some text and image.
...
Hi muhammad_hakim,
I will check by changing the heap limit,
Currently as you said I set Cell parent to ui->listWidget, and also scaled the image after downloading, now the memory comes around...
Hi
What is the maximum heap size allowed for N8 devce ?
As I read http://www.nokian8.mobi/n8-features/
its unlinited ?
Thanks,
Siddu
Hi Muhammad_hakim,
Thanks for the reply,
I have used ui->listWidget->setItemWidget(dataItem,cell);
I thought ui->listWIdget would be a parent.
if not which is the parent of cell now ?
Hi all,
Previously I posted this question on Qt sdk
How to add more items in QListWidget ?
Below is the code I am using, it gives error as "memory full" in device (N8)
void...
Hi,
Thanks,
I did not know,
Now Can I post the same question there ?
I believe it should not be a problem.
If you say yes , then I will post there
Thanks,
Hi
I am running it on N8, and
I have posted the same question in qt-interest@qt.nokia.com, is there any problem ?
Hi
500 items can be changed to some were 100,
but how do you increase the heap size, does it not affect while running in device ?
Thanks,
Siddu
Hi ,
Please let me know is there any thing wrong with the code
Any help, suggestion are most well come.
Hi
Even I checked with 150 of items, it takes lot of memory.
All the data(messages) receieved will be saved in an object (IndividualSearchData object) from this object data will be set to...
Hi
Thanks for the quck reply,
I tried even by commenting downloading image code, I mean now I am not dowloading the imag, sill it increases the memory,
Here how do I handale the memory...
Hi all,
How to add more items in QListWidget ?
Below is the code I am using, it gives error as "memory full" in device (N8)
void gotItem(IndividualSearchData *item)
{
Cell* cell...
Hi all,
I want to create menu option in left soft key, like when I click on left soft key, it show show with "option_1" and "option_2" , when I select any of the key certain operation has to...
Hi john,
Thanks
I too started a weak back
Currently I am using the timer to achieve this, but I wanted to know is there any other better way to achieve this..
Cheers
Hi all,
I am implementing the delete option from the QListWidget, for N900 device. As I saw from N900 contacts are deleted from the list holding the cell in the list for couple of seconds, then...
Hi
May be because I have installed iPhone sdk on my mac, I will check removing iPhone sdk.
Thanks,
Hi all,
I know we can include <CoreFoundation> and <Foundation>, when I include <CoreFoundation> it does not give any error and we can use all the things in <CoreFoundation> , but, when I include...
Hi all,
I have iPhone application in hand and now I want to port this(iPhone app) to Qt.
is it possible ? if so how ?
If not completely part of the code written as separate classes .
...
Hi all
This may be basic question, but I am new to qt.
How to add twitter(kqoauth) library in qt ?
Thanks in advance
Thanks