| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This PR makes the main GUI window resizable and updates the project-creation tab to allow selecting individual video files rather than only folders.
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| deeplabcut/gui/window.py | Suppress a RuntimeWarning and enable window resizing with setDefault, minimum, and maximum sizes |
| deeplabcut/gui/tabs/create_project.py | Import targeted create_project functions; add checkbox for individual file selection and adjust browse_videos logic |
deeplabcut/gui/tabs/create_project.py:401
self.select_files_box = QtWidgets.QCheckBox("Select individual files")
deeplabcut/gui/tabs/create_project.py:427
if self.select_files_box.isChecked():
Sorry, something went wrong.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
I really like the new "Select individual files" checkbox!
Regarding the window size changes, I didn't really see a big difference on my laptop, maybe the issue you solved is not appearing on Ubuntu?
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.