Getting Started
C++ / .slint Integration
.slint
Reference
Math
Colors
Window
Rectangle
Image
Text
Path
TouchArea
FocusScope
VerticalLayout
HorizontalLayout
GridLayout
Flickable
TextInput
PopupWindow
Dialog
Point
KeyEvent
KeyboardModifiers
PointerEvent
Key
TextHorizontalAlignment
TextVerticalAlignment
TextWrap
TextOverflow
EventResult
FillRule
StandardButtonKind
DialogButtonRole
PointerEventKind
PointerEventButton
MouseCursor
ImageFit
ImageRendering
InputType
LayoutAlignment
PathEvent
AccessibleRole
SortOrder
Button
StandardButton
CheckBox
SpinBox
Slider
GroupBox
LineEdit
TextEdit
ScrollView
ListView
StandardListView
StandardTableView
ComboBox
TabWidget
Tab
HorizontalBox
VerticalBox
GridBox
AboutSlint
slint_build
slint_interpreter
slint-viewer
TableColumn
StandardListViewItem
for
Defined in File slint_point.h
The Point structure is used to represent a two-dimensional point with x and y coordinates.
Public Functions
Compares with other and returns true if they are equal; false otherwise.
Public Members
The x coordinate of the point.
The y coordinate of the point.