Handling of different layer rect items dimensions
-
hi… i have a small problem my file is like this
layer1 //parent
0,0,100,100 //child rect item co ordinates
0,100,100,100
end layer
layer2 // parent
0,50,100,100
50,50,100,100
end layer
all this rect items are arranged in the graphics scene and set the graphics view as centerl widget in mainwindow…for each corresponding layer item i have one button ..like layer1 button, layer 2 button which are reference to the layer1 rect items and layer 2 rect items up to now every thing ok..now what i want is when i click on the button it should have to open a small window like thing which consists of two options one is hight, width when i adjust the corresponding layer width all rect items under the layer has to change their width ,same for hight also…is it possible to do this…
.