Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
uic.cpp File Reference

(5e699c2a8b50be1c02e354171c98953c4d95c79d)

#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 int 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.

Referenced by leadingCppCommentCharCount().

+ Here is the caller graph for this function:

◆ leadingCppCommentCharCount()

static int leadingCppCommentCharCount ( QStringView s)
static

Definition at line 111 of file uic.cpp.

References i, and isCppCommentChar().

+ Here is the call graph for this function:

◆ versionFromUiAttribute()

static double versionFromUiAttribute ( QXmlStreamReader & reader)
static

Definition at line 147 of file uic.cpp.

References QStringView::toDouble().

+ Here is the call graph for this function: