⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 movino_uiq.rss

📁 symbian下ffmpeg编程。。废了好大劲下下来的!。
💻 RSS
📖 第 1 页 / 共 2 页
字号:
NAME MVNO#include <eikon.rh>#include <qikon.rh>#include <qikcommand.rh>#include "movino.hrh"#include "movino.loc"#include "movinoversion.hrh"#include "variant.hrh"RESOURCE RSS_SIGNATURE {}RESOURCE TBUF r_default_document_name {	buf = "MovinoSettings";}RESOURCE EIK_APP_INFO {}RESOURCE QIK_VIEW_CONFIGURATIONS r_movino_stream_view_ui_configurations {	configurations = {		QIK_VIEW_CONFIGURATION {			ui_config_mode = KQikPenStyleTouchPortrait;			command_list = r_movino_commands;		},		QIK_VIEW_CONFIGURATION {			ui_config_mode = KQikSoftkeyStylePortrait;			command_list = r_movino_commands;		}	};}RESOURCE QIK_COMMAND_LIST r_movino_commands {	items = {#ifndef NO_BLUETOOTH		QIK_COMMAND {			id = EMovinoConnectMenuCmd;			type = EQikCommandTypeScreen;			namedGroupLinkId = EMovinoConnectMenuCmd;			text = qtn_movino_conn_menu;		},		QIK_COMMAND {			id = EMovinoConnectBT;			type = EQikCommandTypeScreen;			namedGroupId = EMovinoConnectMenuCmd;			text = qtn_movino_connect_bt;		},		QIK_COMMAND {			id = EMovinoConnectTCP;			type = EQikCommandTypeScreen;			namedGroupId = EMovinoConnectMenuCmd;			text = qtn_movino_connect_tcp;		},#else		QIK_COMMAND {			id = EMovinoConnectTCP;			type = EQikCommandTypeScreen;			text = qtn_movino_conn_menu;		},#endif		QIK_COMMAND {			id = EMovinoCloseConn;			type = EQikCommandTypeScreen;			text = qtn_movino_close_conn;		},#ifndef NO_TEST_BANDWIDTH		QIK_COMMAND {			id = EMovinoTestBandwidth;			type = EQikCommandTypeScreen;			text = qtn_movino_test_bandwidth;		},#endif		QIK_COMMAND {			id = EMovinoSettings;			type = EQikCommandTypeScreen;			text = qtn_movino_settings;		},		QIK_COMMAND {			id = EMovinoVersion;			type = EQikCommandTypeScreen;			text = qtn_movino_version;		},		QIK_COMMAND {			id = EEikCmdExit;			type = EQikCommandTypeScreen;			stateFlags = EQikCmdFlagDebugOnly;			text = qtn_movino_exit;		}	};}RESOURCE QIK_VIEW_CONFIGURATIONS r_movino_settings_view_ui_configurations {	configurations = {		QIK_VIEW_CONFIGURATION {			ui_config_mode = KQikPenStyleTouchPortrait;			view = r_movino_settings_view;		},		QIK_VIEW_CONFIGURATION {			ui_config_mode = KQikSoftkeyStylePortrait;			view = r_movino_settings_view;		}	};}RESOURCE QIK_VIEW r_movino_settings_view {	pages = r_movino_settings_view_pages;}RESOURCE QIK_VIEW_PAGES r_movino_settings_view_pages {	pages = {		QIK_VIEW_PAGE {			page_id = 0;			container_unique_handle = ESettingContainer;			container_type = EQikCtScrollableContainer;			container = r_movino_settings_view_container;			page_content = r_movino_settings_view_pages_content;		}	};}RESOURCE QIK_SCROLLABLE_CONTAINER r_movino_settings_view_container {}RESOURCE QIK_SCROLLABLE_CONTAINER_SETTINGS r_movino_settings_view_pages_content {	controls = {		QIK_CONTAINER_ITEM_CD_LI {			unique_handle = ESettingCameraBB;			type = EQikCtCaptionedTwolineBuildingBlock;			control = QIK_SYSTEM_BUILDING_BLOCK {				content = {					QIK_SLOT_CONTENT {						slot_id = EQikItemSlot1;						caption = qtn_movino_setting_camera;					},					QIK_SLOT_CONTENT_DIRECT {						slot_id = EQikItemSlot2;						unique_handle = ESettingCamera;						type = EQikCtVertOptionButtonList;						control = QIK_VERTOPBUT {							array_id = r_movino_cameras;						};					}				};			};		},/*		QIK_CONTAINER_ITEM_CD_LI {			unique_handle = ESettingVideoTypeBB;			type = EQikCtCaptionedTwolineBuildingBlock;			control = QIK_SYSTEM_BUILDING_BLOCK {				content = {					QIK_SLOT_CONTENT {						slot_id = EQikItemSlot1;						caption = qtn_movino_setting_video_type;					},					QIK_SLOT_CONTENT_DIRECT {						slot_id = EQikItemSlot2;						unique_handle = ESettingVideoType;						type = EQikCtVertOptionButtonList;						control = QIK_VERTOPBUT {							array_id = r_movino_video_types;						};					}				};			};		},		QIK_CONTAINER_ITEM_CD_LI {			unique_handle = ESettingVideoSizeBB;			type = EQikCtCaptionedTwolineBuildingBlock;			control = QIK_SYSTEM_BUILDING_BLOCK {				content = {					QIK_SLOT_CONTENT {						slot_id = EQikItemSlot1;						caption = qtn_movino_setting_video_size;					},					QIK_SLOT_CONTENT_DIRECT {						slot_id = EQikItemSlot2;						unique_handle = ESettingVideoSize;						type = EQikCtVertOptionButtonList;						control = QIK_VERTOPBUT {							array_id = r_movino_video_sizes;						};					}				};			};		},*/		QIK_CONTAINER_ITEM_CD_LI {			unique_handle = ESettingVideoQualityBB;			type = EQikCtCaptionedTwolineBuildingBlock;			control = QIK_SYSTEM_BUILDING_BLOCK {				content = {					QIK_SLOT_CONTENT {						slot_id = EQikItemSlot1;						caption = qtn_movino_setting_video_quality;					},					QIK_SLOT_CONTENT_DIRECT {						slot_id = EQikItemSlot2;						unique_handle = ESettingVideoQuality;						type = EQikCtSlider;						control = QIK_SLIDER {							min_value = 0;							max_value = 9;							num_markers = 10;							flags = EQikSliderSnapToMarker;						};					}				};			};		},		QIK_CONTAINER_ITEM_CD_LI {//			unique_handle = ESettingAudioType;			type = EQikCtCaptionedTwolineBuildingBlock;			control = QIK_SYSTEM_BUILDING_BLOCK {				content = {					QIK_SLOT_CONTENT {						slot_id = EQikItemSlot1;						caption = qtn_movino_setting_audio_type;					},					QIK_SLOT_CONTENT_DIRECT {						slot_id = EQikItemSlot2;						unique_handle = ESettingAudioType;						type = EQikCtVertOptionButtonList;						control = QIK_VERTOPBUT {							array_id = r_movino_audio_types;						};					}				};			};		},		QIK_CONTAINER_ITEM_CD_LI {//			unique_handle = ESettingAuthor;			type = EQikCtCaptionedTwolineBuildingBlock;			control = QIK_SYSTEM_BUILDING_BLOCK {				content = {					QIK_SLOT_CONTENT {						slot_id = EQikItemSlot1;						caption = qtn_movino_setting_author;					},					QIK_SLOT_CONTENT_DIRECT {						slot_id = EQikItemSlot2;						unique_handle = ESettingAuthor;						type = EEikCtEdwin;						control = EDWIN {						};					}				};			};		},		QIK_CONTAINER_ITEM_CD_LI {//			unique_handle = ESettingTitle;			type = EQikCtCaptionedTwolineBuildingBlock;			control = QIK_SYSTEM_BUILDING_BLOCK {				content = {					QIK_SLOT_CONTENT {						slot_id = EQikItemSlot1;						caption = qtn_movino_setting_title;					},					QIK_SLOT_CONTENT_DIRECT {						slot_id = EQikItemSlot2;						unique_handle = ESettingTitle;						type = EEikCtEdwin;						control = EDWIN {						};					}				};			};		},		QIK_CONTAINER_ITEM_CD_LI {//			unique_handle = ESettingArchive;			type = EQikCtOnelineBuildingBlock;			control = QIK_SYSTEM_BUILDING_BLOCK {				content = {					QIK_SLOT_CONTENT_DIRECT {						slot_id = EQikItemSlot1;						unique_handle = ESettingArchive;						type = EEikCtLabeledCheckBox;						control = LABELEDCHECKBOX {							labeltext = qtn_movino_setting_archive;						};					}				};			};		},		QIK_CONTAINER_ITEM_CD_LI {			unique_handle = ESettingUsePositionBB;			type = EQikCtOnelineBuildingBlock;			control = QIK_SYSTEM_BUILDING_BLOCK {				content = {					QIK_SLOT_CONTENT_DIRECT {						slot_id = EQikItemSlot1;						unique_handle = ESettingUsePosition;						type = EEikCtLabeledCheckBox;						control = LABELEDCHECKBOX {							labeltext = qtn_movino_setting_use_position;						};					}				};			};		},		QIK_CONTAINER_ITEM_CD_LI {			unique_handle = ESettingCredentialsBB;			type = EQikCtCaptionedTwolineBuildingBlock;			control = QIK_SYSTEM_BUILDING_BLOCK {				content = {					QIK_SLOT_CONTENT {						slot_id = EQikItemSlot1;						caption = qtn_movino_setting_credentials;					},					QIK_SLOT_CONTENT_DIRECT {						slot_id = EQikItemSlot2;						unique_handle = ESettingCredentials;						type = EQikCtVertOptionButtonList;						control = QIK_VERTOPBUT {							array_id = r_movino_predefined_options;						};					}				};			};		},		QIK_CONTAINER_ITEM_CD_LI {			unique_handle = ESettingRememberPasswordBB;			type = EQikCtOnelineBuildingBlock;			control = QIK_SYSTEM_BUILDING_BLOCK {				content = {					QIK_SLOT_CONTENT_DIRECT {						slot_id = EQikItemSlot1;						unique_handle = ESettingRememberPassword;						type = EEikCtLabeledCheckBox;						control = LABELEDCHECKBOX {							labeltext = qtn_movino_setting_remember_password;						};					}				};			};		},		QIK_CONTAINER_ITEM_CD_LI {			unique_handle = ESettingServerBB;			type = EQikCtCaptionedTwolineBuildingBlock;			control = QIK_SYSTEM_BUILDING_BLOCK {				content = {					QIK_SLOT_CONTENT {						slot_id = EQikItemSlot1;						caption = qtn_movino_setting_server;					},					QIK_SLOT_CONTENT_DIRECT {						slot_id = EQikItemSlot2;						unique_handle = ESettingServer;						type = EQikCtVertOptionButtonList;						control = QIK_VERTOPBUT {							array_id = r_movino_predefined_options;						};					}				};			};		},		QIK_CONTAINER_ITEM_CD_LI {//			unique_handle = ESettingAccessPoint;			type = EQikCtCaptionedTwolineBuildingBlock;			control = QIK_SYSTEM_BUILDING_BLOCK {				content = {					QIK_SLOT_CONTENT {						slot_id = EQikItemSlot1;						caption = qtn_movino_setting_access_point;					},					QIK_SLOT_CONTENT_DIRECT {						slot_id = EQikItemSlot2;						unique_handle = ESettingAccessPoint;						type = EQikCtVertOptionButtonList;						control = QIK_VERTOPBUT {							array_id = r_movino_access_point_options;						};					}				};			};		},		QIK_CONTAINER_ITEM_CD_LI {//			unique_handle = ESettingConnectAutomatically;			type = EQikCtOnelineBuildingBlock;			control = QIK_SYSTEM_BUILDING_BLOCK {				content = {					QIK_SLOT_CONTENT_DIRECT {						slot_id = EQikItemSlot1;						unique_handle = ESettingConnectAutomatically;						type = EEikCtLabeledCheckBox;						control = LABELEDCHECKBOX {							labeltext = qtn_movino_setting_connect_automatically;						};					}				};			};		}	};}RESOURCE ARRAY r_movino_cameras {	items = {	};}RESOURCE ARRAY r_movino_audio_types {	items = {		OPBUT {			id = EAudioOff; text = qtn_movino_audio_type_off;		},		OPBUT {			id = EAudioPCM; text = qtn_movino_audio_type_pcm;		},		OPBUT {			id = EAudioMuLaw; text = qtn_movino_audio_type_mulaw;		},		OPBUT {			id = EAudioAMR; text = qtn_movino_audio_type_amr;		}	};}RESOURCE ARRAY r_movino_predefined_options {	items = {		OPBUT {			id = EMovinoAlwaysAsk; text = qtn_movino_always_ask;		},		OPBUT {			id = EMovinoPredefined; text = qtn_movino_predefined;		}	};}RESOURCE ARRAY r_movino_access_point_options {	items = {		OPBUT {			id = EMovinoAlwaysAsk; text = qtn_movino_use_default;		},		OPBUT {			id = EMovinoPredefined; text = qtn_movino_predefined;		}	};}RESOURCE QIK_DIALOG r_movino_wait_dialog {	title = qtn_movino_waiting_title;	configurations = {		QIK_DIALOG_CONFIGURATION {			ui_config_mode = 0;			container = r_movino_wait_dialog_container;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -