Skip to content

Form file fields do not utilize the project file picker #6948

Open
0 of 1 issue completed
Open
Enhancement
0 of 1 issue completed
@emesare

Description

@emesare

If you try and create a form with a field such as SaveFileNameField in a project, you will notice that the file picker just uses the regular file picker instead of letting you create a file in the project.

I would attach a video but every time I try and open the file dialog it takes me to a sensitive directory and I am not about to figure out how to blur a video on mac.

void openFileName(QLineEdit* edit, const std::string& ext);
void saveFileName(QLineEdit* edit, const std::string& ext, const std::string& defaultName);
void directoryName(QLineEdit* edit, const std::string& defaultName);

Relevant functions are listed above.

Continuation of #5977

Sub-issues

Metadata

Metadata

Assignees

Labels

Component: UIIssue needs changes to the user interfaceEffort: TrivialIssue should take < 1 dayImpact: MediumIssue is impactful with a bad, or no, workaroundUI: ProjectsIssues with the Projects tab or related widgets

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions