20 lines
436 B
HTML
20 lines
436 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
|
<meta name="qrichtext" content="1">
|
||
|
<title>Text Editor Example</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<body>
|
||
|
<p align="center">
|
||
|
<img src="qrc:/images/qt-logo.png" />
|
||
|
</p>
|
||
|
<h2 align="center">
|
||
|
Qt Quick Controls 2
|
||
|
</h2>
|
||
|
<p align="center">
|
||
|
This example demonstrates a modern rich text editor.
|
||
|
</p>
|
||
|
</body>
|
||
|
</html>
|