34 "Press to select the Protobuf compiler via a file selection" |
34 "Press to select the Protobuf compiler via a file selection" |
35 " dialog.")) |
35 " dialog.")) |
36 |
36 |
37 self.grpcPythonPicker.setMode(E5PathPickerModes.OpenFileMode) |
37 self.grpcPythonPicker.setMode(E5PathPickerModes.OpenFileMode) |
38 self.grpcPythonPicker.setToolTip(self.tr( |
38 self.grpcPythonPicker.setToolTip(self.tr( |
39 "Press to select the Python interpreter containing the grpc" |
39 "Press to select the Python interpreter containing the gRPC" |
40 " compiler via a file selection dialog.")) |
40 " compiler via a file selection dialog.")) |
41 |
41 |
42 # set initial values |
42 # set initial values |
43 self.protocPicker.setText(Preferences.getProtobuf("protoc")) |
43 self.protocPicker.setText(Preferences.getProtobuf("protoc")) |
44 self.grpcPythonPicker.setText(Preferences.getProtobuf("grpcPython")) |
44 self.grpcPythonPicker.setText(Preferences.getProtobuf("grpcPython")) |