add shortcut for open file button and description for other functions
This commit is contained in:
parent
588bd80e8a
commit
7796b8606d
@ -107,7 +107,7 @@ border-color: rgb(0, 255, 255);}
|
||||
<number>3</number>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string><html><head/><body><p>Open a Dataset Directory...</p><p>D: Next Image</p><p>A: Prev Image</p><p>S: Next Class</p><p>W: Prev Class</p><p>V: Visualize Class Name<br/>Ctrl + S: Save</p><p>Ctrl + D: Delete an Image<br/></p></body></html></string>
|
||||
<string><html><head/><body><p>Open a Dataset Directory...</p><p>D: Next Image</p><p>A: Prev Image</p><p>S: Next Class</p><p>W: Prev Class</p><p>V: Visualize Class Name</p><p>O: Open Files<br/>Ctrl + S: Save</p><p>Ctrl + D: Delete an Image<br/></p></body></html></string>
|
||||
</property>
|
||||
<property name="scaledContents">
|
||||
<bool>true</bool>
|
||||
@ -397,6 +397,9 @@ border-color: rgb(0, 255, 255);</string>
|
||||
<property name="text">
|
||||
<string>Open Files</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>O</string>
|
||||
</property>
|
||||
<property name="autoDefault">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
@ -579,7 +582,7 @@ QTableView {
|
||||
<item row="0" column="0">
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
||||
<item>
|
||||
<widget class="QCheckBox" name="checkBox_visualize_class_names">
|
||||
<widget class="QCheckBox" name="checkBox_visualize_class_name">
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Arial</family>
|
||||
@ -593,7 +596,7 @@ QTableView {
|
||||
</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Visualize Class Names</string>
|
||||
<string>Visualize Class Name</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>V</string>
|
||||
|
Loading…
Reference in New Issue
Block a user