Hi All,
can any one know which siganl is associated with Droping action of QListWdgetitems in QListWiget.
i have tried QListWidget::internalmove.but it is not working.
Thanks&Regards,
venkat
Type: Posts; User: venkatesh.pampana; Keyword(s):
Hi All,
can any one know which siganl is associated with Droping action of QListWdgetitems in QListWiget.
i have tried QListWidget::internalmove.but it is not working.
Thanks&Regards,
venkat
can any body please help me out of this..
regards,
venkat
Hi all,
i have QListWidget with items.currently i have implemented drag&drop of with in widget.it is working fine.but what i want is when i do drag&drop the one item to another place within widget...
hi igo,
i have onemore dought regarding QDir that is how to get list of all files withouht thier extension using QDir functions.
Regards,
venkat
FindWildByDir function also taking fullname of the file..can u give any alternate for doing searching filename without specifing extension.
Regards,
venkat
hi thanku for reply.i have used that FindWildByDir.but it seems like not working.can u tell me how it to be use.
regards,
venkat
Hi,
i am using below code to search the filename is existing or not in a particular folder.
here i am passing entair name of the file including extension.the below code is working when i am passing...
Hi every body,
i have some files with extensios like .3gp_128*96 in particular folder.but now i want to search the file with only provding filename of file without extention.In my code i have used ...
Thank u kamal,
i have one dought ,i need to include the CImageEncoder code also to convert the image format to bitmap or else only CImageDcoeder coder is enough?..to change image format to bimap.....
hi kamal, thank u for reply,
i have tried with CImageDecoder also but i did't get any progress.i tried like this..
void CImageConverterEngine::StartToDecodeL( TFileName& aFileName )
{
...
Hi kamal, i tried to load those images but not loading.can u tell me how to load these extension files ..
my idea is first we need to decode particular image to .bmp and then we can load..is it the...
Hi all,
in my app i have video thumnails images with .3gp_128*96 extesion in _PAlbTN folder. i want to load these files to list.
so how can change these extension files to .bmp or .png so that...
can any body please give reply about this issue. i am struggling still with this issue..
Regards,
venkat
hi all,
in my application i want to load the video thumbnail that are already generated automatically in below folder.
c:\Data\Videos\_PAlbTN..
i have problem with loading video thumbanils that is...
hi all,
can anyone tell how to load .png format of icons into application. actually i want to load .png form icons into my application..
i converted those into .bmp but i lost lot of...
have u used MCamObserver2 for this..u need to implement ur class from MCamObserver2..otherwise it won't work
go through this link..
http://wiki.forum.nokia.com/index.php/Capabilities
yes i alredy added those capabilities..
camera index is 0 for main camera..
dont give priority as 100..it may not work..give 0 priority instead of 100..
CCamera::New2L(*this,0,0)
venki
thanku for reply..but i already check that code..that code is belongs seperate sdk plugin but i want to implement the camera handling using CCamera class that is present in public SDK..so plz give...
hi all..
in my application i want to create the camera object for that i used following code
iCamera = CCamera::New2L(*this,0,0))
but this is not create the object..it gives...
yes..i used New2L function only to create CCamera object but that is not created why i am not getting..
any idea plz let me know..
thanku,
venki
yes..i tried with forum example but got an error..the code taken from following code..
http://wiki.forum.nokia.com/index.php/CS000904_-_Capturing_an_image
but i derived from McamObserver2...
hi...
i working on 5th edition and N97 mobile..i want to capture the image and save it at particular location..for that i used following code..and also i ncluded UserEnvironment capability in mmp...