kapitainsky / RcloneBrowser

Simple cross platform GUI for rclone. Supports macOS, GNU/Linux, BSD family and Windows.
https://github.com/kapitainsky/RcloneBrowser
MIT License
2.28k stars 218 forks source link

Tap to edit path #148

Open ghost opened 3 years ago

ghost commented 3 years ago

Hi, is it possible to make a change so we can tap to edit this path, and maybe copy and paste a path into this current button in the red rectangle? Just like you do in the path location on windows file explorer.

English is not my first language, but I'm hoping some of what i wrote made sense. If not, just tag me and i will try to explain better.

I built from kptsky_experimenting on my pc. screenshot

ghost commented 3 years ago

@kapitainsky I was browsing and searching and editing and found that file_dialog.cpp and file_dialog.h exists, but not file_dialog.ui If I had that, i might be able to edit the rest myself in QT Creator. Does that sound correct or am i wrong?

kapitainsky commented 3 years ago

These files are used to overwrite methods from standard File Dialog hence dialog.ui does not exist in my code.

On 21 Nov 2020, at 22:04, jobwan notifications@github.com wrote:

@kapitainsky https://github.com/kapitainsky I was browsing and searching and editing and found that file_dialog.cpp and file_dialog.h exists, but not file_dialog.ui If I had that, i might be able to edit the rest myself in QT Creator. Does that sound correct or am i wrong?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kapitainsky/RcloneBrowser/issues/148#issuecomment-731643461, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADXJHOW7UWKL3VLB74EW7B3SRA2P5ANCNFSM4T5L5DIA.

kapitainsky commented 3 years ago

Also it is rather dirty attempt to solve limitations of standard Qt File Dialogue - I am experimenting with other approach now. The biggest challenge is that I try to make it work in consistent fashion across macOS, Linux and Windows.

ghost commented 3 years ago

Also it is rather dirty attempt to solve limitations of standard Qt File Dialogue - I am experimenting with other approach now. The biggest challenge is that I try to make it work in consistent fashion across macOS, Linux and Windows.

I understand. Will continue using your beta test and wait for the other approach then. 😃