<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MainWindow</class> <widget class="QMainWindow" name="MainWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>240</width> <height>320</height> </rect> </property> <property name="windowTitle"> <string>MainWindow</string> </property> <widget class="QWidget" name="centralwidget"> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Arrow</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLabel" name="label_2"> <property name="cursor"> <cursorShape>UpArrowCursor</cursorShape> </property> <property name="text"> <string>up arrow</string> </property> </widget> </item> <item row="0" column="2"> <widget class="QLabel" name="label_3"> <property name="cursor"> <cursorShape>CrossCursor</cursorShape> </property> <property name="text"> <string>cross</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_4"> <property name="cursor"> <cursorShape>WaitCursor</cursorShape> </property> <property name="text"> <string>wait</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QLabel" name="label_5"> <property name="cursor"> <cursorShape>IBeamCursor</cursorShape> </property> <property name="text"> <string>ibeam</string> </property> </widget> </item> <item row="1" column="2"> <widget class="QLabel" name="label_6"> <property name="cursor"> <cursorShape>SizeVerCursor</cursorShape> </property> <property name="text"> <string>sizever</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_7"> <property name="cursor"> <cursorShape>SizeHorCursor</cursorShape> </property> <property name="text"> <string>sizehor</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QLabel" name="label_8"> <property name="cursor"> <cursorShape>SizeFDiagCursor</cursorShape> </property> <property name="text"> <string>sizebdiag</string> </property> </widget> </item> <item row="2" column="2"> <widget class="QLabel" name="label_9"> <property name="cursor"> <cursorShape>SizeBDiagCursor</cursorShape> </property> <property name="text"> <string>sizefdiag</string> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="label_10"> <property name="cursor"> <cursorShape>SizeAllCursor</cursorShape> </property> <property name="text"> <string>sizeall</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QLabel" name="label_11"> <property name="cursor"> <cursorShape>BlankCursor</cursorShape> </property> <property name="text"> <string>blank</string> </property> </widget> </item> <item row="3" column="2"> <widget class="QLabel" name="label_12"> <property name="cursor"> <cursorShape>SplitVCursor</cursorShape> </property> <property name="text"> <string>splitv</string> </property> </widget> </item> <item row="4" column="0"> <widget class="QLabel" name="label_13"> <property name="cursor"> <cursorShape>SplitHCursor</cursorShape> </property> <property name="text"> <string>splith</string> </property> </widget> </item> <item row="4" column="1"> <widget class="QLabel" name="label_14"> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>pointhand</string> </property> </widget> </item> <item row="4" column="2"> <widget class="QLabel" name="label_15"> <property name="cursor"> <cursorShape>ForbiddenCursor</cursorShape> </property> <property name="text"> <string>forbidden</string> </property> </widget> </item> <item row="5" column="0"> <widget class="QLabel" name="label_16"> <property name="cursor"> <cursorShape>WhatsThisCursor</cursorShape> </property> <property name="text"> <string>whatsthis</string> </property> </widget> </item> <item row="5" column="1"> <widget class="QLabel" name="label_19"> <property name="cursor"> <cursorShape>BusyCursor</cursorShape> </property> <property name="text"> <string>busy</string> </property> </widget> </item> <item row="6" column="0"> <widget class="QLabel" name="label_17"> <property name="cursor"> <cursorShape>OpenHandCursor</cursorShape> </property> <property name="text"> <string>openhand</string> </property> </widget> </item> <item row="6" column="1"> <widget class="QLabel" name="label_18"> <property name="cursor"> <cursorShape>ClosedHandCursor</cursorShape> </property> <property name="text"> <string>closehand</string> </property> </widget> </item> </layout> </widget> </widget> <resources/> <connections/> </ui>