Form
0
0
530
309
Form
QLabel { border-width: 28; color: #0f0; background-color: white; }
#label_repeat_repeat {
border-image: url("images/borderimage.png") 28 repeat repeat;
}
#label_stretch_repeat {
border-image: url("images/borderimage.png") 28 stretch repeat;
}
#label_round_repeat {
border-image: url("images/borderimage.png") 28 round repeat;
}
#label_repeat_round {
border-image: url("images/borderimage.png") 28 repeat round;
}
#label_stretch_round {
border-image: url("images/borderimage.png") 28 stretch round;
}
#label_round_round {
border-image: url("images/borderimage.png") 28 round round;
}
#label_repeat_stretch {
border-image: url("images/borderimage.png") 28 repeat stretch;
}
#label_stretch_stretch {
border-image: url("images/borderimage.png") 28 stretch stretch;
}
#label_round_stretch {
border-image: url("images/borderimage.png") 28 round stretch;
}
-
Strecth Stretch
-
Stretch Round
-
Stretch repeat
-
Round Stretch
-
Round Round
-
Round Repeat
-
Repeat Stretch
-
Repeat Round
-
Repeat Repeat