Rebar Addon for FreeCAD
Classes | Functions | Variables
PopUpImage Namespace Reference

Classes

class  PopUpImage
 

Functions

def showPopUpImageDialog (img)
 

Variables

string __title__ = "PopUpImage"
 
string __author__ = "Amritpal Singh"
 
string __url__ = "https://www.freecadweb.org"
 

Function Documentation

def PopUpImage.showPopUpImageDialog (   img)
showPopUpImageDialog(image): This function will show a given image in a pop-up
dialog box.

Definition at line 43 of file PopUpImage.py.

44  """ showPopUpImageDialog(image): This function will show a given image in a pop-up
45  dialog box."""
46  dialog = PopUpImage(img)
47  dialog.exec_()
48 
def showPopUpImageDialog(img)
Definition: PopUpImage.py:43

Variable Documentation

string PopUpImage.__author__ = "Amritpal Singh"
private

Definition at line 25 of file PopUpImage.py.

string PopUpImage.__title__ = "PopUpImage"
private

Definition at line 24 of file PopUpImage.py.

string PopUpImage.__url__ = "https://www.freecadweb.org"
private

Definition at line 26 of file PopUpImage.py.