What is the difference between Line and QLine?
-
On the Design tab, we are provided with some display widgets that we can just place down. One of this is the "Line".
What are the main differences between Line and QLine other than QLine acting as a 2D vector and Line as a shape? I have not been able to locate any documentation on Line, only for QLine.
-
On the Design tab, we are provided with some display widgets that we can just place down. One of this is the "Line".
What are the main differences between Line and QLine other than QLine acting as a 2D vector and Line as a shape? I have not been able to locate any documentation on Line, only for QLine.
@Dummie1138 I'm not aware of a Qt class named Line. All Qt classes start with leading Q. Line is probably a custom class in your project or from a plug-in.
-
On the Design tab, we are provided with some display widgets that we can just place down. One of this is the "Line".
What are the main differences between Line and QLine other than QLine acting as a 2D vector and Line as a shape? I have not been able to locate any documentation on Line, only for QLine.
@Dummie1138 said in What is the difference between Line and QLine?:
I have not been able to locate any documentation on Line
The "Horizontal Line" and "Vertical Line" items in Qt Designer are shortcuts for creating a skinny QFrame. There is no separate "Line" widget.