Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
uic.cpp File Reference

(6346c5b426935a767575ea758e99749bc6544f54)

#include "uic.h"
#include "ui4.h"
#include "driver.h"
#include "option.h"
#include "treewalker.h"
#include "validator.h"
#include "cppwriteincludes.h"
#include "cppwritedeclaration.h"
#include <pythonwritedeclaration.h>
#include <pythonwriteimports.h>
#include <language.h>
#include <qxmlstream.h>
#include <qfileinfo.h>
#include <qscopedpointer.h>
#include <qtextstream.h>
+ Include dependency graph for uic.cpp:

Go to the source code of this file.

Functions

static bool isCppCommentChar (QChar c)
 
static qsizetype leadingCppCommentCharCount (QStringView s)
 
static double versionFromUiAttribute (QXmlStreamReader &reader)
 

Function Documentation

◆ isCppCommentChar()

static bool isCppCommentChar ( QChar c)
inlinestatic

Definition at line 106 of file uic.cpp.

◆ leadingCppCommentCharCount()

static qsizetype leadingCppCommentCharCount ( QStringView s)
static

Definition at line 111 of file uic.cpp.

◆ versionFromUiAttribute()

static double versionFromUiAttribute ( QXmlStreamReader & reader)
static

Definition at line 147 of file uic.cpp.