dRonin  adbada4
dRonin GCS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
Utils::PathChooser Class Reference

#include <pathchooser.h>

Inheritance diagram for Utils::PathChooser:

Public Slots

void setPath (const QString &)
 

Signals

void validChanged ()
 
void validChanged (bool validState)
 
void changed (const QString &text)
 
void editingFinished ()
 
void beforeBrowsing ()
 
void browsingFinished ()
 
void returnPressed ()
 

Detailed Description

A control that let's the user choose a path, consisting of a QLineEdit and a "Browse" button. Has some validation logic for embedding into QWizardPage.

Definition at line 44 of file pathchooser.h.

Member Function Documentation

void Utils::PathChooser::beforeBrowsing ( )
signal
void Utils::PathChooser::browsingFinished ( )
signal
void Utils::PathChooser::changed ( const QString &  text)
signal
void Utils::PathChooser::editingFinished ( )
signal
void Utils::PathChooser::returnPressed ( )
signal
void Utils::PathChooser::setPath ( const QString &  path)
slot

Definition at line 151 of file pathchooser.cpp.

void Utils::PathChooser::validChanged ( )
signal
void Utils::PathChooser::validChanged ( bool  validState)
signal

The documentation for this class was generated from the following files: