FabArd
FabArd
You have enabled me to find another solution : GroupBox { text: "MDI" TextWidget {text: "Manual Command"} EditLine {layoutWidth: 350} HorizontalLayout { HSpacer {layoutWidth: fill; minWidth: 350 } Button {text:...
I think the best solution is : GroupBox { text: "MDI" TextWidget {text: "Manual Command"} EditLine {layoutWidth: 350} HorizontalLayout { layoutWidth: fill HSpacer {layoutWidth: fill } Button {text: "Send"} }...
I found the solution to my problem. There was a wrong vb.ctags in my ctags config directory. I deleted this config file and every thing is correct.