Skip to content

Instantly share code, notes, and snippets.

@Kristian-Roopnarine
Created September 30, 2019 23:35
Show Gist options
  • Save Kristian-Roopnarine/ad2e2729f0891fe6fd42edb672cd43f5 to your computer and use it in GitHub Desktop.
Save Kristian-Roopnarine/ad2e2729f0891fe6fd42edb672cd43f5 to your computer and use it in GitHub Desktop.
def convert_to_labels(self,info,vertical_box):
try:
for k,v in info.items():
user_data = (v[0],v[1],k)
h_box = self.add_label(user_data)
vertical_box.addLayout(h_box)
except:
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment