Skip to content

Commit

Permalink
Adding Doc-String comments for classes and functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Haleshot committed Aug 8, 2023
1 parent c971b35 commit 2887dd2
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,17 @@ def retranslateUi(self, Dialog_6):

def File_Select(self):
"""
Main Logical function which does the following:
1. Helps user in choosing input for image file (supported file formats - .jpg, .jpeg, .gif, .png)
2. Error handling if user doesn't choose supported file.
3. Displays the image onto the GUI label layout (if size exceeds, then scroll bars appear in the Label).
4. The user can Save the generated image in the directory they want on the machine.
"""

# fname = QFileDialog.getOpenFileName(self, "Open File", "All_Project_Files\Final_Project_Files\Cam_Media", "Images (*.png *.xpm *.jpg)")
Expand Down

0 comments on commit 2887dd2

Please sign in to comment.