Hi,

I'm writing a small test application using Wt, I tested the project on 
VC++ 2012 and it worked good but when I transferred the same project to 
Qt Creator I got a layout problem (When using WBootstrapTheme) for the 
first run on web browser and the layouts would act as expected for first 
refresh for page or when writing any character into any input field. I 
don't know what I miss here.
I'm using the following layout:

WDialog
(
     WContainerWidget
     (
         WImage
     )
     WContainerWidget
     (
         WLabel
         WLineEdit
         WLabel
         WLineEdit
         WCheckBox
     )
)

The following images describe the problem:
http://i.share.pho.to/488584a2_o.png
http://i.share.pho.to/c360403a_o.png

Thanks

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to