API Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
FileAndFolderSettingsDialog Class Reference

Allows the user to adjust default folders or whether or not the software uses project folders or project files. More...

#include <FileAndFolderSettingsDialog.h>

Inheritance diagram for FileAndFolderSettingsDialog:
[legend]
Collaboration diagram for FileAndFolderSettingsDialog:
[legend]

Public Member Functions

 FileAndFolderSettingsDialog (QWidget *parent=nullptr)
 

Protected Member Functions

bool event (QEvent *event) override
 
FileChooserDialogfileChooser ()
 
void retranslate ()
 
void setDescriptions ()
 
void showBrowseDialog (const TranslatedString &title, Button *b)
 
void updateUseProjectFolders ()
 

Protected Attributes

FileChooserDialogm_file_chooser_dialog
 
ApplicationOption< String > * m_path_to_modify
 
Ui::FileAndFolderSettingsUI * ui
 

Detailed Description

Allows the user to adjust default folders or whether or not the software uses project folders or project files.


Constructor & Destructor Documentation

◆ FileAndFolderSettingsDialog()

FileAndFolderSettingsDialog ( QWidget * parent = nullptr)

Member Function Documentation

◆ event()

bool event ( QEvent * event)
overrideprotected

◆ fileChooser()

FileChooserDialog * fileChooser ( )
protected

◆ retranslate()

void retranslate ( )
protected

◆ setDescriptions()

void setDescriptions ( )
protected

◆ showBrowseDialog()

void showBrowseDialog ( const TranslatedString & title,
Button * b )
protected

◆ updateUseProjectFolders()

void updateUseProjectFolders ( )
protected

Member Data Documentation

◆ m_file_chooser_dialog

FileChooserDialog* m_file_chooser_dialog
protected

◆ m_path_to_modify

ApplicationOption<String>* m_path_to_modify
protected

◆ ui

Ui::FileAndFolderSettingsUI* ui
protected

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