Please leave about template there is no problem with my template.
My problem is that i have an image per example by using ms-paint i placed two images side by side and save it as one image (bmp)....
Type: Posts; User: devi.ch; Keyword(s):
Please leave about template there is no problem with my template.
My problem is that i have an image per example by using ms-paint i placed two images side by side and save it as one image (bmp)....
A template is a tool for enforcing a standard layout and look and feel across multiple pages. When you change a template, any pages or regions that are based on that template are automatically...
I am working on a template in which we are able to place different objects. When i place the one image object on the template and process the template my output is correct. My output formate is an...
Hai friends,
I am trying to convert image to another formate using
image.convertToFormat( QImage::Format_Mono, Qt::ImageConversionFlags flags = Qt:: DiffusionDither )
I will get the output...
As per my knowledge there is no such methods in QT to extract zip files into a directory. But in net you can find zipper class which help you to unzip a zip file and store the files in folder which...
if bResult is false that means your input path is in correct
specify your input path correctly
for example :
strpth = "E:/resource/sample.txt" what ever the driver C or D or E specify that
...
Hai,
Try like this
QFile oReadFile = 0;
strFRPth = ":/resource/sample.txt";
oReadFile.setFileName(strFRPth);
bool bResult = oReadFile.open(QIODevice::ReadOnly );
Hai
Thanks for your immediate reply.
I am developing a software for a product.It designs a template with different objects like plan text, rich text etc. My plan text or rich text contains some...
Hai,
There is styleSheet option for widgets in QT.
And also void QWidget::setStyle ( QStyle * style ) method is also used to change the style of widget.
I think it will helpful to you
...
Hai,
If you what to load an image you can use QImage in QT. for example
QImage imgsample;
imgsample.load("../images/image.bmp");
I think it will help you.
Regards,
Hai all,
Currently i am working on Cross platforms(i.e Windows and AIX) using QT. Here i am facing a problem with char width. The char width is changing for few characters in both the platforms so...
Hai all,
Currently i am working on Cross platforms(i.e Windows and AIX) using QT. Here i am facing a problem with char width. The char width is changing for few characters in both the platforms so...