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
QLineEditPrivate::SideWidgetEntry Struct Reference

#include <qlineedit_p.h>

Collaboration diagram for QLineEditPrivate::SideWidgetEntry:

Public Member Functions

 SideWidgetEntry (QWidget *w=nullptr, QAction *a=nullptr, int _flags=0)

Public Attributes

QWidgetwidget
QActionaction
int flags

Detailed Description

Definition at line 107 of file qlineedit_p.h.

Constructor & Destructor Documentation

◆ SideWidgetEntry()

QLineEditPrivate::SideWidgetEntry::SideWidgetEntry ( QWidget * w = nullptr,
QAction * a = nullptr,
int _flags = 0 )
inlineexplicit

Definition at line 108 of file qlineedit_p.h.

Member Data Documentation

◆ action

QAction* QLineEditPrivate::SideWidgetEntry::action

Definition at line 111 of file qlineedit_p.h.

◆ flags

int QLineEditPrivate::SideWidgetEntry::flags

Definition at line 112 of file qlineedit_p.h.

◆ widget

QWidget* QLineEditPrivate::SideWidgetEntry::widget

Definition at line 110 of file qlineedit_p.h.


The documentation for this struct was generated from the following file: