Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
uic.cpp File Reference
#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 105 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 110 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 146 of file uic.cpp.

References QXmlStreamAttributes::hasAttribute(), QStringView::toDouble(), and QXmlStreamAttributes::value().

+ Here is the call graph for this function: