From 780803d88cb3f004df7fbf73cd3732a4cab78e7f Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 25 Mar 2024 08:47:21 +0100 Subject: Documentation: Use single emphasis for Qt tools Do some minor corrections. Pick-to: 6.7 Change-Id: If5b3f451a7d4005521bc78bc9683bf7b449d02fc Reviewed-by: Shyamnath Premnadh --- sources/pyside6/doc/tutorials/basictutorial/uifiles.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sources/pyside6/doc/tutorials/basictutorial') diff --git a/sources/pyside6/doc/tutorials/basictutorial/uifiles.rst b/sources/pyside6/doc/tutorials/basictutorial/uifiles.rst index 1b313c3c3..cb945908d 100644 --- a/sources/pyside6/doc/tutorials/basictutorial/uifiles.rst +++ b/sources/pyside6/doc/tutorials/basictutorial/uifiles.rst @@ -8,7 +8,7 @@ This page describes the use of graphical interfaces based on Qt Widgets for your Qt for Python project. *Qt Widgets Designer* is a graphical UI design tool which is available as a standalone binary (``pyside6-designer``) or embedded into the -`Qt Creator IDE `_. Its use within **Qt Creator** +`Qt Creator IDE `_. Its use within *Qt Creator* is described at `Using Qt Widgets Designer `_. @@ -19,7 +19,7 @@ The designs are stored in ``.ui`` files, which is an XML-based format. It will be converted to Python or C++ code populating a widget instance at project build time by the `pyside6-uic `_ tool. -To create a new Qt Design Form in **Qt Creator**, choose +To create a new Qt Design Form in *Qt Creator*, choose ``File/New File Or Project`` and "Main Window" for template. Save it as ``mainwindow.ui``. Add a ``QPushButton`` to the center of the centralwidget. -- cgit v1.2.3